Charcoal
#054D3D
CyanColor Codes
All color formats for development
HEX
#054D3DRGB
rgb(5, 77, 61)HSL
hsl(167, 88%, 16%)OKLCH
oklch(0.375 0.07 172.3)CMYK
cmyk(94%, 0%, 21%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044537
2#043D31
3#03362B
4#032E25
5#02261F
6#021F18
7#011712
8#010F0C
9#000806
Tints
Lighter variations
1#07755D
2#0A9D7D
3#0DC69D
4#0FEEBE
5#36F2C9
6#5EF5D4
7#86F7DF
8#AEFAEA
9#D7FCF4
Tones
Muted variations
1#08493B
2#0C4639
3#104237
4#133E35
5#173B33
6#1A3731
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 #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DDFDF6;
--charcoal-200: #C1FBEE;
--charcoal-300: #91F8E2;
--charcoal-400: #57F4D2;
--charcoal-500: #27F1C5;
--charcoal-600: #0DD3A8;
--charcoal-700: #0BA886;
--charcoal-800: #087860;
--charcoal-900: #054D3D;
--charcoal-950: #033026;
}