Charcoal
#02504B
CyanColor Codes
All color formats for development
HEX
#02504BRGB
rgb(2, 80, 75)HSL
hsl(176, 95%, 16%)OKLCH
oklch(0.389 0.067 187.5)CMYK
cmyk(98%, 0%, 6%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024843
2#02403C
3#013834
4#01302D
5#012825
6#01201E
7#011816
8#00100F
9#000807
Tints
Lighter variations
1#037971
2#04A399
3#05CDC0
4#06F7E7
5#2EFAEC
6#58FBF0
7#82FCF4
8#ABFDF7
9#D5FEFB
Tones
Muted variations
1#064C47
2#0A4844
3#0E4440
4#12403D
5#153C3A
6#193836
7#1D3433
8#213130
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF5 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEF | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504A | 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: #F0FFFE;
--charcoal-100: #DCFEFC;
--charcoal-200: #BEFDF9;
--charcoal-300: #8DFCF5;
--charcoal-400: #51FBEF;
--charcoal-500: #1FF9EB;
--charcoal-600: #06DBCD;
--charcoal-700: #04AEA3;
--charcoal-800: #037C74;
--charcoal-900: #02504A;
--charcoal-950: #01322E;
}