Charcoal
#24485B
BlueColor Codes
All color formats for development
HEX
#24485BRGB
rgb(36, 72, 91)HSL
hsl(201, 43%, 25%)OKLCH
oklch(0.383 0.053 233.5)CMYK
cmyk(60%, 21%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214152
2#1D3A49
3#193240
4#162B37
5#12242E
6#0F1D24
7#0B161B
8#070E12
9#040709
Tints
Lighter variations
1#2F5E77
2#3A7392
3#4589AD
4#5B9BBE
5#76ACC8
6#92BCD3
7#ADCDDE
8#C8DEE9
9#E4EEF4
Tones
Muted variations
1#274758
2#2A4656
3#2D4653
4#2F4550
5#32444D
6#35434B
7#384248
8#3A4145
9#3D4142
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 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7FB1 #7FB1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9B #5B9BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407F #407FA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3365 #336580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | 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: #ABCCDE;
--charcoal-400: #7FB1CC;
--charcoal-500: #5B9BBE;
--charcoal-600: #407FA0;
--charcoal-700: #336580;
--charcoal-800: #24485B;
--charcoal-900: #172E3A;
--charcoal-950: #0F1D24;
}