Charcoal
#14576B
CyanColor Codes
All color formats for development
HEX
#14576BRGB
rgb(20, 87, 107)HSL
hsl(194, 69%, 25%)OKLCH
oklch(0.426 0.071 222.8)CMYK
cmyk(81%, 19%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124E61
2#104656
3#0E3D4B
4#0C3441
5#0A2C36
6#08232B
7#061A20
8#041116
9#02090B
Tints
Lighter variations
1#1A718C
2#208CAC
3#26A6CD
4#3DB6DB
5#5DC3E1
6#7ECFE7
7#9EDBED
8#BEE7F3
9#DFF3F9
Tones
Muted variations
1#185567
2#1D5363
3#21505F
4#254E5A
5#2A4B56
6#2E4951
7#33474D
8#374449
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAED | BordersInactive statesPlaceholder text |
| 400 | 68C7 #68C7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB6 #3DB6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2399 #2399BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7A #1C7A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F4F9;
--charcoal-200: #C7EAF5;
--charcoal-300: #9CDAED;
--charcoal-400: #68C7E3;
--charcoal-500: #3DB6DB;
--charcoal-600: #2399BE;
--charcoal-700: #1C7A97;
--charcoal-800: #14576C;
--charcoal-900: #0D3845;
--charcoal-950: #08232B;
}