Charcoal
#053E4D
CyanColor Codes
All color formats for development
HEX
#053E4DRGB
rgb(5, 62, 77)HSL
hsl(193, 88%, 16%)OKLCH
oklch(0.338 0.059 221.3)CMYK
cmyk(94%, 19%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043745
2#04313D
3#032B36
4#03252E
5#021F26
6#02181F
7#011217
8#010C0F
9#000608
Tints
Lighter variations
1#075D75
2#0A7D9D
3#0D9DC6
4#0FBEEE
5#36C9F2
6#5ED4F5
7#86DFF7
8#AEEAFA
9#D7F4FC
Tones
Muted variations
1#083B49
2#0C3946
3#103742
4#13353E
5#17333B
6#1A3137
7#1E2F34
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DDF6FD;
--charcoal-200: #C1EEFB;
--charcoal-300: #91E2F8;
--charcoal-400: #57D2F4;
--charcoal-500: #27C5F1;
--charcoal-600: #0DA8D3;
--charcoal-700: #0B86A8;
--charcoal-800: #086078;
--charcoal-900: #053D4D;
--charcoal-950: #032630;
}