Charcoal
#025049
CyanColor Codes
All color formats for development
HEX
#025049RGB
rgb(2, 80, 73)HSL
hsl(175, 95%, 16%)OKLCH
oklch(0.388 0.068 184.7)CMYK
cmyk(98%, 0%, 9%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024842
2#02403A
3#013833
4#01302C
5#012825
6#01201D
7#011816
8#00100F
9#000807
Tints
Lighter variations
1#03796F
2#04A396
3#05CDBC
4#06F7E3
5#2EFAE9
6#58FBED
7#82FCF2
8#ABFDF6
9#D5FEFB
Tones
Muted variations
1#064C46
2#0A4843
3#0E443F
4#12403C
5#153C39
6#193836
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 #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFB;
--charcoal-200: #BEFDF8;
--charcoal-300: #8DFCF3;
--charcoal-400: #51FBEC;
--charcoal-500: #1FF9E7;
--charcoal-600: #06DBC9;
--charcoal-700: #04AEA0;
--charcoal-800: #037C72;
--charcoal-900: #025049;
--charcoal-950: #01322E;
}