Charcoal
#243C5B
BlueColor Codes
All color formats for development
HEX
#243C5BRGB
rgb(36, 60, 91)HSL
hsl(214, 43%, 25%)OKLCH
oklch(0.352 0.062 255.4)CMYK
cmyk(60%, 34%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213652
2#1D3049
3#192A40
4#162437
5#121E2E
6#0F1824
7#0B121B
8#070C12
9#040609
Tints
Lighter variations
1#2F4E77
2#3A6092
3#4572AD
4#5B86BE
5#769AC8
6#92AED3
7#ADC2DE
8#C8D7E9
9#E4EBF4
Tones
Muted variations
1#273C58
2#2A3D56
3#2D3D53
4#2F3E50
5#323E4D
6#353E4B
7#383F48
8#3A3F45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #D0DCEC;
--charcoal-300: #ABC1DE;
--charcoal-400: #7FA1CC;
--charcoal-500: #5B86BE;
--charcoal-600: #406AA0;
--charcoal-700: #335480;
--charcoal-800: #243C5B;
--charcoal-900: #17263A;
--charcoal-950: #0F1824;
}