Charcoal
#054D3C
CyanColor Codes
All color formats for development
HEX
#054D3CRGB
rgb(5, 77, 60)HSL
hsl(166, 88%, 16%)OKLCH
oklch(0.375 0.071 171.1)CMYK
cmyk(94%, 0%, 22%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044536
2#043D30
3#03362A
4#032E24
5#02261E
6#021F18
7#011712
8#010F0C
9#000806
Tints
Lighter variations
1#07755B
2#0A9D7B
3#0DC69A
4#0FEEBA
5#36F2C6
6#5EF5D2
7#86F7DD
8#AEFAE8
9#D7FCF4
Tones
Muted variations
1#08493A
2#0C4638
3#104236
4#133E34
5#173B32
6#1A3730
7#1E342F
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DDFDF6;
--charcoal-200: #C1FBED;
--charcoal-300: #91F8E0;
--charcoal-400: #57F4D0;
--charcoal-500: #27F1C2;
--charcoal-600: #0DD3A5;
--charcoal-700: #0BA883;
--charcoal-800: #08785E;
--charcoal-900: #054D3C;
--charcoal-950: #033025;
}