Charcoal
#244C5B
BlueColor Codes
All color formats for development
HEX
#244C5BRGB
rgb(36, 76, 91)HSL
hsl(196, 43%, 25%)OKLCH
oklch(0.394 0.052 225)CMYK
cmyk(60%, 16%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214552
2#1D3D49
3#193640
4#162E37
5#12262E
6#0F1F24
7#0B171B
8#070F12
9#040809
Tints
Lighter variations
1#2F6477
2#3A7A92
3#4591AD
4#5BA3BE
5#76B3C8
6#92C2D3
7#ADD1DE
8#C8E0E9
9#E4F0F4
Tones
Muted variations
1#274B58
2#2A4A56
3#2D4953
4#2F4750
5#32464D
6#35454B
7#384448
8#3A4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7FB8 #7FB8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA3 #5BA3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4087 #4087A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336B #336B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F5;
--charcoal-200: #D0E5EC;
--charcoal-300: #ABD0DE;
--charcoal-400: #7FB8CC;
--charcoal-500: #5BA3BE;
--charcoal-600: #4087A0;
--charcoal-700: #336B80;
--charcoal-800: #244D5B;
--charcoal-900: #17313A;
--charcoal-950: #0F1F24;
}