Charcoal
#175669
CyanColor Codes
All color formats for development
HEX
#175669RGB
rgb(23, 86, 105)HSL
hsl(194, 64%, 25%)OKLCH
oklch(0.423 0.069 222.4)CMYK
cmyk(78%, 18%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154D5E
2#124454
3#103C49
4#0E333F
5#0B2B34
6#09222A
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#1E6F88
2#2589A7
3#2CA2C7
4#43B3D6
5#62C0DD
6#82CDE3
7#A1D9EA
8#C0E6F1
9#E0F2F8
Tones
Muted variations
1#1B5364
2#1F5160
3#234F5C
4#274D58
5#2B4B54
6#2F4850
7#34464C
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | 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: #F2FAFC;
--charcoal-100: #E2F3F9;
--charcoal-200: #C9E9F3;
--charcoal-300: #9FD8EA;
--charcoal-400: #6DC4DF;
--charcoal-500: #43B3D6;
--charcoal-600: #2896B8;
--charcoal-700: #207892;
--charcoal-800: #175669;
--charcoal-900: #0F3743;
--charcoal-950: #09222A;
}