Charcoal
#165769
CyanColor Codes
All color formats for development
HEX
#165769RGB
rgb(22, 87, 105)HSL
hsl(193, 65%, 25%)OKLCH
oklch(0.426 0.069 220.7)CMYK
cmyk(79%, 17%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#144F5F
2#124654
3#103D4A
4#0D343F
5#0B2C35
6#09232A
7#071A20
8#041115
9#02090B
Tints
Lighter variations
1#1D7189
2#248CA8
3#2AA6C8
4#42B7D7
5#61C3DE
6#81CFE4
7#A0DBEB
8#C0E7F2
9#DFF3F8
Tones
Muted variations
1#1A5565
2#1F5361
3#23505D
4#274E59
5#2B4B54
6#2F4950
7#33474C
8#374448
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 | C8EA #C8EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEA | BordersInactive statesPlaceholder text |
| 400 | 6CC7 #6CC7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B7 #42B7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279A #279AB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7A #1F7A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1657 #165769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3843 | 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: #C8EAF3;
--charcoal-300: #9EDAEA;
--charcoal-400: #6CC7E0;
--charcoal-500: #42B7D7;
--charcoal-600: #279AB9;
--charcoal-700: #1F7A93;
--charcoal-800: #165769;
--charcoal-900: #0E3843;
--charcoal-950: #09232A;
}