Charcoal
#054D40
CyanColor Codes
All color formats for development
HEX
#054D40RGB
rgb(5, 77, 64)HSL
hsl(169, 88%, 16%)OKLCH
oklch(0.376 0.068 176)CMYK
cmyk(94%, 0%, 17%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044539
2#043D33
3#03362C
4#032E26
5#022620
6#021F19
7#011713
8#010F0D
9#000806
Tints
Lighter variations
1#077561
2#0A9D82
3#0DC6A4
4#0FEEC5
5#36F2D0
6#5EF5D9
7#86F7E3
8#AEFAEC
9#D7FCF6
Tones
Muted variations
1#08493D
2#0C463B
3#104239
4#133E36
5#173B34
6#1A3732
7#1E3430
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DDFDF7;
--charcoal-200: #C1FBF0;
--charcoal-300: #91F8E5;
--charcoal-400: #57F4D7;
--charcoal-500: #27F1CC;
--charcoal-600: #0DD3AF;
--charcoal-700: #0BA88B;
--charcoal-800: #087863;
--charcoal-900: #054D40;
--charcoal-950: #033028;
}