Charcoal
#025043
CyanColor Codes
All color formats for development
HEX
#025043RGB
rgb(2, 80, 67)HSL
hsl(170, 95%, 16%)OKLCH
oklch(0.386 0.071 176.8)CMYK
cmyk(98%, 0%, 16%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02483C
2#024035
3#01382F
4#013028
5#012821
6#01201B
7#011814
8#00100D
9#000807
Tints
Lighter variations
1#037966
2#04A389
3#05CDAC
4#06F7CF
5#2EFAD8
6#58FBE0
7#82FCE7
8#ABFDEF
9#D5FEF7
Tones
Muted variations
1#064C40
2#0A483D
3#0E443B
4#124038
5#153C36
6#193833
7#1D3431
8#21312E
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBDE | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFEF8;
--charcoal-200: #BEFDF3;
--charcoal-300: #8DFCE9;
--charcoal-400: #51FBDE;
--charcoal-500: #1FF9D5;
--charcoal-600: #06DBB7;
--charcoal-700: #04AE92;
--charcoal-800: #037C68;
--charcoal-900: #025043;
--charcoal-950: #01322A;
}