Charcoal
#175769
CyanColor Codes
All color formats for development
HEX
#175769RGB
rgb(23, 87, 105)HSL
hsl(193, 64%, 25%)OKLCH
oklch(0.426 0.069 220.9)CMYK
cmyk(78%, 17%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154E5E
2#124554
3#103D49
4#0E343F
5#0B2B34
6#09232A
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#1E7188
2#258BA7
3#2CA5C7
4#43B6D6
5#62C2DD
6#82CEE3
7#A1DAEA
8#C0E7F1
9#E0F3F8
Tones
Muted variations
1#1B5564
2#1F5260
3#23505C
4#274E58
5#2B4B54
6#2F4950
7#34474C
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 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDA #9FDAEA | BordersInactive statesPlaceholder text |
| 400 | 6DC6 #6DC6DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B6 #43B6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2899 #2899B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207A #207A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1757 #175769 | 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: #C9EAF3;
--charcoal-300: #9FDAEA;
--charcoal-400: #6DC6DF;
--charcoal-500: #43B6D6;
--charcoal-600: #2899B8;
--charcoal-700: #207A92;
--charcoal-800: #175769;
--charcoal-900: #0F3843;
--charcoal-950: #09232A;
}