Charcoal
#243E5C
BlueColor Codes
All color formats for development
HEX
#243E5CRGB
rgb(36, 62, 92)HSL
hsl(212, 44%, 25%)OKLCH
oklch(0.358 0.062 253)CMYK
cmyk(61%, 33%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203853
2#1D3249
3#192B40
4#152537
5#121F2E
6#0E1925
7#0B131C
8#070C12
9#040609
Tints
Lighter variations
1#2E5077
2#396393
3#4476AE
4#5A89BF
5#759DC9
6#91B0D4
7#ACC4DF
8#C8D8EA
9#E3EBF4
Tones
Muted variations
1#273E59
2#293E56
3#2C3E53
4#2F3F51
5#323F4E
6#353F4B
7#373F48
8#3A3F45
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA3 #7EA3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A89 #5A89BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6D #3F6DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3257 #325781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDDEC;
--charcoal-300: #ABC3DE;
--charcoal-400: #7EA3CD;
--charcoal-500: #5A89BF;
--charcoal-600: #3F6DA2;
--charcoal-700: #325781;
--charcoal-800: #243E5C;
--charcoal-900: #17283B;
--charcoal-950: #0E1925;
}