diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs
index 135f7103f..de46d2c44 100644
--- a/Dalamud/Game/Text/XivChatType.cs
+++ b/Dalamud/Game/Text/XivChatType.cs
@@ -43,13 +43,13 @@ public enum XivChatType : ushort
///
/// The outgoing tell chat type.
///
- [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0x ????????)] // Do we want this?
+ [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this?
TellOutgoing = 12,
///
/// The incoming tell chat type.
///
- [XivChatTypeInfo("Tell", "tell", 0xFFFF69B4)]
+ [XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)]
TellIncoming = 13,
///