Charcoal
#244F5C
CyanColor Codes
All color formats for development
HEX
#244F5CRGB
rgb(36, 79, 92)HSL
hsl(194, 44%, 25%)OKLCH
oklch(0.403 0.052 220.2)CMYK
cmyk(61%, 14%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204753
2#1D3F49
3#193740
4#152F37
5#12272E
6#0E1F25
7#0B181C
8#071012
9#040809
Tints
Lighter variations
1#2E6677
2#397E93
3#4496AE
4#5AA7BF
5#75B6C9
6#91C4D4
7#ACD3DF
8#C8E2EA
9#E3F0F4
Tones
Muted variations
1#274D59
2#294C56
3#2C4A53
4#2F4951
5#32474E
6#35464B
7#374448
8#3A4345
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA7 #5AA7BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8B #3F8BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326E #326E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244F #244F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F5;
--charcoal-200: #CFE6EC;
--charcoal-300: #ABD2DE;
--charcoal-400: #7EBBCD;
--charcoal-500: #5AA7BF;
--charcoal-600: #3F8BA2;
--charcoal-700: #326E81;
--charcoal-800: #244F5C;
--charcoal-900: #17323B;
--charcoal-950: #0E1F25;
}