Charcoal
#175869
CyanColor Codes
All color formats for development
HEX
#175869RGB
rgb(23, 88, 105)HSL
hsl(192, 64%, 25%)OKLCH
oklch(0.429 0.069 219.4)CMYK
cmyk(78%, 16%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154F5E
2#124754
3#103E49
4#0E353F
5#0B2C34
6#09232A
7#071A1F
8#051215
9#02090A
Tints
Lighter variations
1#1E7388
2#258DA7
3#2CA8C7
4#43B8D6
5#62C4DD
6#82D0E3
7#A1DCEA
8#C0E7F1
9#E0F3F8
Tones
Muted variations
1#1B5664
2#1F5360
3#23515C
4#274E58
5#2B4C54
6#2F4A50
7#34474C
8#384548
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 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | 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: #C9EBF3;
--charcoal-300: #9FDBEA;
--charcoal-400: #6DC8DF;
--charcoal-500: #43B8D6;
--charcoal-600: #289BB8;
--charcoal-700: #207C92;
--charcoal-800: #175869;
--charcoal-900: #0F3843;
--charcoal-950: #09232A;
}