Charcoal
#243C5C
BlueColor Codes
All color formats for development
HEX
#243C5CRGB
rgb(36, 60, 92)HSL
hsl(214, 44%, 25%)OKLCH
oklch(0.353 0.064 256)CMYK
cmyk(61%, 35%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203653
2#1D3049
3#192A40
4#152437
5#121E2E
6#0E1825
7#0B121C
8#070C12
9#040609
Tints
Lighter variations
1#2E4E77
2#396093
3#4472AE
4#5A86BF
5#759AC9
6#91AED4
7#ACC2DF
8#C8D7EA
9#E3EBF4
Tones
Muted variations
1#273C59
2#293D56
3#2C3D53
4#2F3E51
5#323E4E
6#353E4B
7#373F48
8#3A3F45
9#3D3F43
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 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7EA1 #7EA1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A86 #5A86BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6A #3F6AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3254 #325481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDCEC;
--charcoal-300: #ABC1DE;
--charcoal-400: #7EA1CD;
--charcoal-500: #5A86BF;
--charcoal-600: #3F6AA2;
--charcoal-700: #325481;
--charcoal-800: #243C5C;
--charcoal-900: #17263B;
--charcoal-950: #0E1825;
}