Charcoal
#165B69
CyanColor Codes
All color formats for development
HEX
#165B69RGB
rgb(22, 91, 105)HSL
hsl(190, 65%, 25%)OKLCH
oklch(0.436 0.069 214.6)CMYK
cmyk(79%, 13%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14525F
2#124954
3#10404A
4#0D373F
5#0B2E35
6#09252A
7#071B20
8#041215
9#02090B
Tints
Lighter variations
1#1D7789
2#2492A8
3#2AAEC8
4#42BED7
5#61C9DE
6#81D4E4
7#A0DEEB
8#C0E9F2
9#DFF4F8
Tones
Muted variations
1#1A5965
2#1F5661
3#23535D
4#275059
5#2B4E54
6#2F4B50
7#33484C
8#374548
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEA | BordersInactive statesPlaceholder text |
| 400 | 6CCC #6CCCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BE #42BED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A1 #27A1B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F80 #1F8093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165B #165B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFC;
--charcoal-100: #E2F5F9;
--charcoal-200: #C8ECF3;
--charcoal-300: #9EDEEA;
--charcoal-400: #6CCCE0;
--charcoal-500: #42BED7;
--charcoal-600: #27A1B9;
--charcoal-700: #1F8093;
--charcoal-800: #165B69;
--charcoal-900: #0E3A43;
--charcoal-950: #09252A;
}