Charcoal
#354C7E
BlueColor Codes
All color formats for development
HEX
#354C7ERGB
rgb(53, 76, 126)HSL
hsl(221, 41%, 35%)OKLCH
oklch(0.423 0.088 264.3)CMYK
cmyk(58%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4471
2#2A3D65
3#253558
4#202D4C
5#1A263F
6#151E32
7#101726
8#0B0F19
9#05080D
Tints
Lighter variations
1#3E5A95
2#4868AD
3#5B7ABB
4#738DC4
5#8AA0CE
6#A2B3D8
7#B9C6E2
8#D0D9EB
9#E8ECF5
Tones
Muted variations
1#384D7A
2#3C4F77
3#405073
4#43516F
5#47536C
6#4B5468
7#4E5564
8#525761
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 8198 #8198CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7B #5D7BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425F #425F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354C #354C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #26365A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D0D9EB;
--charcoal-300: #ACBCDC;
--charcoal-400: #8198CA;
--charcoal-500: #5D7BBB;
--charcoal-600: #425F9E;
--charcoal-700: #354C7E;
--charcoal-800: #26365A;
--charcoal-900: #18233A;
--charcoal-950: #0F1624;
}