Charcoal
#025047
CyanColor Codes
All color formats for development
HEX
#025047RGB
rgb(2, 80, 71)HSL
hsl(173, 95%, 16%)OKLCH
oklch(0.387 0.069 182)CMYK
cmyk(98%, 0%, 11%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02483F
2#024038
3#013831
4#01302A
5#012823
6#01201C
7#011815
8#00100E
9#000807
Tints
Lighter variations
1#03796C
2#04A391
3#05CDB6
4#06F7DB
5#2EFAE2
6#58FBE8
7#82FCEE
8#ABFDF3
9#D5FEF9
Tones
Muted variations
1#064C44
2#0A4841
3#0E443E
4#12403B
5#153C38
6#193835
7#1D3432
8#21312F
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFA;
--charcoal-200: #BEFDF6;
--charcoal-300: #8DFCEF;
--charcoal-400: #51FBE7;
--charcoal-500: #1FF9E0;
--charcoal-600: #06DBC2;
--charcoal-700: #04AE9A;
--charcoal-800: #037C6E;
--charcoal-900: #025047;
--charcoal-950: #01322C;
}