Charcoal
#13213E
BlueColor Codes
All color formats for development
HEX
#13213ERGB
rgb(19, 33, 62)HSL
hsl(220, 53%, 16%)OKLCH
oklch(0.252 0.058 263.4)CMYK
cmyk(69%, 47%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111E38
2#0F1B32
3#0D182C
4#0C1425
5#0A111F
6#080D19
7#060A13
8#04070C
9#020306
Tints
Lighter variations
1#1D335F
2#274580
3#3156A1
4#3B68C2
5#5B81CD
6#7C9AD7
7#9DB3E1
8#BDCDEB
9#DEE6F5
Tones
Muted variations
1#15223C
2#18233A
3#1A2438
4#1C2436
5#1E2534
6#202631
7#22272F
8#24272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD8 #CCD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BA #A5BAE3 | BordersInactive statesPlaceholder text |
| 400 | 7696 #7696D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F78 #4F78C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355C #355CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A49 #2A4989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E34 #1E3462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF7;
--charcoal-200: #CCD8EF;
--charcoal-300: #A5BAE3;
--charcoal-400: #7696D5;
--charcoal-500: #4F78C9;
--charcoal-600: #355CAC;
--charcoal-700: #2A4989;
--charcoal-800: #1E3462;
--charcoal-900: #13223E;
--charcoal-950: #0C1527;
}