Charcoal
#185768
CyanColor Codes
All color formats for development
HEX
#185768RGB
rgb(24, 87, 104)HSL
hsl(193, 63%, 25%)OKLCH
oklch(0.426 0.067 219.8)CMYK
cmyk(77%, 16%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154E5E
2#134553
3#113D49
4#0E343E
5#0C2B34
6#09232A
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#1F7087
2#268AA6
3#2DA4C5
4#44B5D5
5#63C2DC
6#82CEE3
7#A1DAEA
8#C1E6F1
9#E0F3F8
Tones
Muted variations
1#1C5464
2#205260
3#24505C
4#284D58
5#2C4B54
6#304950
7#34474C
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | 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: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #C9EAF3;
--charcoal-300: #9FD9E9;
--charcoal-400: #6EC6DE;
--charcoal-500: #44B5D5;
--charcoal-600: #2A98B7;
--charcoal-700: #217991;
--charcoal-800: #185768;
--charcoal-900: #0F3743;
--charcoal-950: #09232A;
}