Charcoal
#00524E
CyanColor Codes
All color formats for development
HEX
#00524ERGB
rgb(0, 82, 78)HSL
hsl(177, 100%, 16%)OKLCH
oklch(0.396 0.069 189.1)CMYK
cmyk(100%, 0%, 5%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004946
2#00413E
3#003936
4#00312F
5#002927
6#00211F
7#001817
8#001010
9#000808
Tints
Lighter variations
1#007C76
2#00A79F
3#00D2C8
4#00FDF0
5#29FFF4
6#54FFF6
7#7EFFF9
8#A9FFFB
9#D4FFFD
Tones
Muted variations
1#044E4A
2#084946
3#0C4543
4#10413F
5#143D3B
6#183937
7#1D3534
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 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFE;
--charcoal-100: #DBFFFD;
--charcoal-200: #BDFFFC;
--charcoal-300: #8AFFF9;
--charcoal-400: #4DFFF6;
--charcoal-500: #1AFFF4;
--charcoal-600: #00E0D5;
--charcoal-700: #00B3AA;
--charcoal-800: #008079;
--charcoal-900: #00524E;
--charcoal-950: #003330;
}