Charcoal
#185568
CyanColor Codes
All color formats for development
HEX
#185568RGB
rgb(24, 85, 104)HSL
hsl(194, 63%, 25%)OKLCH
oklch(0.42 0.068 223)CMYK
cmyk(77%, 18%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154D5E
2#134453
3#113C49
4#0E333E
5#0C2B34
6#09222A
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#1F6F87
2#2688A6
3#2DA2C5
4#44B3D5
5#63C0DC
6#82CCE3
7#A1D9EA
8#C1E6F1
9#E0F2F8
Tones
Muted variations
1#1C5364
2#205160
3#244F5C
4#284D58
5#2C4A54
6#304850
7#34464C
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC4 #6EC4DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B3 #44B3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A96 #2A96B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2177 #217791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1855 #185568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #C9E9F3;
--charcoal-300: #9FD8E9;
--charcoal-400: #6EC4DE;
--charcoal-500: #44B3D5;
--charcoal-600: #2A96B7;
--charcoal-700: #217791;
--charcoal-800: #185568;
--charcoal-900: #0F3743;
--charcoal-950: #09222A;
}