Charcoal
#244E5B
CyanColor Codes
All color formats for development
HEX
#244E5BRGB
rgb(36, 78, 91)HSL
hsl(194, 43%, 25%)OKLCH
oklch(0.4 0.051 220.7)CMYK
cmyk(60%, 14%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214752
2#1D3F49
3#193740
4#162F37
5#12272E
6#0F1F24
7#0B181B
8#071012
9#040809
Tints
Lighter variations
1#2F6677
2#3A7D92
3#4595AD
4#5BA7BE
5#76B5C8
6#92C4D3
7#ADD3DE
8#C8E2E9
9#E4F0F4
Tones
Muted variations
1#274D58
2#2A4B56
3#2D4A53
4#2F4950
5#32474D
6#35464B
7#384448
8#3A4345
9#3D4142
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 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7FBA #7FBACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA7 #5BA7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408A #408AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336E #336E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F5;
--charcoal-200: #D0E5EC;
--charcoal-300: #ABD2DE;
--charcoal-400: #7FBACC;
--charcoal-500: #5BA7BE;
--charcoal-600: #408AA0;
--charcoal-700: #336E80;
--charcoal-800: #244E5B;
--charcoal-900: #17323A;
--charcoal-950: #0F1F24;
}