Charcoal
#244A5B
BlueColor Codes
All color formats for development
HEX
#244A5BRGB
rgb(36, 74, 91)HSL
hsl(199, 43%, 25%)OKLCH
oklch(0.389 0.052 229.3)CMYK
cmyk(60%, 19%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214252
2#1D3B49
3#193440
4#162C37
5#12252E
6#0F1E24
7#0B161B
8#070F12
9#040709
Tints
Lighter variations
1#2F6077
2#3A7692
3#458CAD
4#5B9EBE
5#76AEC8
6#92BFD3
7#ADCFDE
8#C8DFE9
9#E4EFF4
Tones
Muted variations
1#274958
2#2A4856
3#2D4753
4#2F4650
5#32454D
6#35444B
7#384348
8#3A4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7FB4 #7FB4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9E #5B9EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4082 #4082A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3367 #336780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #D0E3EC;
--charcoal-300: #ABCEDE;
--charcoal-400: #7FB4CC;
--charcoal-500: #5B9EBE;
--charcoal-600: #4082A0;
--charcoal-700: #336780;
--charcoal-800: #244A5B;
--charcoal-900: #172F3A;
--charcoal-950: #0F1E24;
}