Charcoal
#165969
CyanColor Codes
All color formats for development
HEX
#165969RGB
rgb(22, 89, 105)HSL
hsl(192, 65%, 25%)OKLCH
oklch(0.431 0.069 217.7)CMYK
cmyk(79%, 15%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14505F
2#124754
3#103E4A
4#0D353F
5#0B2C35
6#09232A
7#071B20
8#041215
9#02090B
Tints
Lighter variations
1#1D7389
2#248EA8
3#2AA8C8
4#42B9D7
5#61C5DE
6#81D0E4
7#A0DCEB
8#C0E8F2
9#DFF3F8
Tones
Muted variations
1#1A5665
2#1F5461
3#23515D
4#274F59
5#2B4C54
6#2F4A50
7#33474C
8#374548
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDB #9EDBEA | BordersInactive statesPlaceholder text |
| 400 | 6CC9 #6CC9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B9 #42B9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279C #279CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7C #1F7C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1659 #165969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E39 #0E3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E2F4F9;
--charcoal-200: #C8EBF3;
--charcoal-300: #9EDBEA;
--charcoal-400: #6CC9E0;
--charcoal-500: #42B9D7;
--charcoal-600: #279CB9;
--charcoal-700: #1F7C93;
--charcoal-800: #165969;
--charcoal-900: #0E3943;
--charcoal-950: #09232A;
}