Charcoal
#053C4D
CyanColor Codes
All color formats for development
HEX
#053C4DRGB
rgb(5, 60, 77)HSL
hsl(194, 88%, 16%)OKLCH
oklch(0.332 0.06 225)CMYK
cmyk(94%, 22%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043645
2#04303D
3#032A36
4#03242E
5#021E26
6#02181F
7#011217
8#010C0F
9#000608
Tints
Lighter variations
1#075B75
2#0A7B9D
3#0D9AC6
4#0FBAEE
5#36C6F2
6#5ED2F5
7#86DDF7
8#AEE8FA
9#D7F4FC
Tones
Muted variations
1#083A49
2#0C3846
3#103642
4#13343E
5#17323B
6#1A3037
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 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DDF6FD;
--charcoal-200: #C1EDFB;
--charcoal-300: #91E0F8;
--charcoal-400: #57D0F4;
--charcoal-500: #27C2F1;
--charcoal-600: #0DA5D3;
--charcoal-700: #0B83A8;
--charcoal-800: #085E78;
--charcoal-900: #053C4D;
--charcoal-950: #032530;
}