Charcoal
#244A5C
BlueColor Codes
All color formats for development
HEX
#244A5CRGB
rgb(36, 74, 92)HSL
hsl(199, 44%, 25%)OKLCH
oklch(0.389 0.053 230.8)CMYK
cmyk(61%, 20%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204353
2#1D3B49
3#193440
4#152C37
5#12252E
6#0E1E25
7#0B161C
8#070F12
9#040709
Tints
Lighter variations
1#2E6077
2#397693
3#448DAE
4#5A9FBF
5#75AFC9
6#91BFD4
7#ACCFDF
8#C8DFEA
9#E3EFF4
Tones
Muted variations
1#274959
2#294856
3#2C4753
4#2F4651
5#32454E
6#35444B
7#374348
8#3A4245
9#3D4143
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 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7EB4 #7EB4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9F #5A9FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F82 #3F82A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3268 #326881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE3EC;
--charcoal-300: #ABCEDE;
--charcoal-400: #7EB4CD;
--charcoal-500: #5A9FBF;
--charcoal-600: #3F82A2;
--charcoal-700: #326881;
--charcoal-800: #244A5C;
--charcoal-900: #172F3B;
--charcoal-950: #0E1E25;
}