Charcoal
#054D4D
CyanColor Codes
All color formats for development
HEX
#054D4DRGB
rgb(5, 77, 77)HSL
hsl(180, 88%, 16%)OKLCH
oklch(0.381 0.063 194.8)CMYK
cmyk(94%, 0%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044545
2#043D3D
3#033636
4#032E2E
5#022626
6#021F1F
7#011717
8#010F0F
9#000808
Tints
Lighter variations
1#077575
2#0A9D9D
3#0DC6C6
4#0FEEEE
5#36F2F2
6#5EF5F5
7#86F7F7
8#AEFAFA
9#D7FCFC
Tones
Muted variations
1#084949
2#0C4646
3#104242
4#133E3E
5#173B3B
6#1A3737
7#1E3434
8#223030
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DDFDFD;
--charcoal-200: #C1FBFB;
--charcoal-300: #91F8F8;
--charcoal-400: #57F4F4;
--charcoal-500: #27F1F1;
--charcoal-600: #0DD3D3;
--charcoal-700: #0BA8A8;
--charcoal-800: #087878;
--charcoal-900: #054D4D;
--charcoal-950: #033030;
}