Charcoal
#24475B
BlueColor Codes
All color formats for development
HEX
#24475BRGB
rgb(36, 71, 91)HSL
hsl(202, 43%, 25%)OKLCH
oklch(0.381 0.053 235.5)CMYK
cmyk(60%, 22%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214052
2#1D3949
3#193240
4#162B37
5#12242E
6#0F1C24
7#0B151B
8#070E12
9#040709
Tints
Lighter variations
1#2F5C77
2#3A7292
3#4587AD
4#5B99BE
5#76AAC8
6#92BBD3
7#ADCCDE
8#C8DDE9
9#E4EEF4
Tones
Muted variations
1#274658
2#2A4656
3#2D4553
4#2F4450
5#32434D
6#35434B
7#384248
8#3A4145
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCB #ABCBDE | BordersInactive statesPlaceholder text |
| 400 | 7FB0 #7FB0CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B99 #5B99BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407D #407DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3363 #336380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2447 #24475B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #D0E2EC;
--charcoal-300: #ABCBDE;
--charcoal-400: #7FB0CC;
--charcoal-500: #5B99BE;
--charcoal-600: #407DA0;
--charcoal-700: #336380;
--charcoal-800: #24475B;
--charcoal-900: #172D3A;
--charcoal-950: #0F1C24;
}