Charcoal
#015046
CyanColor Codes
All color formats for development
HEX
#015046RGB
rgb(1, 80, 70)HSL
hsl(172, 98%, 16%)OKLCH
oklch(0.387 0.069 180.7)CMYK
cmyk(99%, 0%, 12%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01493F
2#014138
3#013931
4#00302A
5#002823
6#00201C
7#001815
8#00100E
9#000807
Tints
Lighter variations
1#017B6B
2#02A690
3#02D0B5
4#03FAD9
5#2BFDE1
6#55FDE7
7#80FEED
8#AAFEF3
9#D5FFF9
Tones
Muted variations
1#054D43
2#094940
3#0D453D
4#11413A
5#153D37
6#193935
7#1D3532
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 | DCFF #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | 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: #DCFFFA;
--charcoal-200: #BDFEF6;
--charcoal-300: #8BFEEE;
--charcoal-400: #4EFDE6;
--charcoal-500: #1CFDDF;
--charcoal-600: #02DEC1;
--charcoal-700: #02B199;
--charcoal-800: #017E6E;
--charcoal-900: #015146;
--charcoal-950: #01322C;
}