Charcoal
#08493C
CyanColor Codes
All color formats for development
HEX
#08493CRGB
rgb(8, 73, 60)HSL
hsl(168, 80%, 16%)OKLCH
oklch(0.364 0.065 174.9)CMYK
cmyk(89%, 0%, 18%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074236
2#073B30
3#06332A
4#052C24
5#04251E
6#031D18
7#021612
8#020F0C
9#010706
Tints
Lighter variations
1#0C705C
2#11977C
3#15BD9B
4#19E4BB
5#3EEAC7
6#65EED2
7#8BF2DE
8#B2F6E9
9#D8FBF4
Tones
Muted variations
1#0B463A
2#0F4338
3#124037
4#153C35
5#183933
6#1C3631
7#1F332F
8#222F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFB;
--charcoal-100: #DFFBF6;
--charcoal-200: #C3F8EE;
--charcoal-300: #95F3E1;
--charcoal-400: #5EEDD1;
--charcoal-500: #30E8C3;
--charcoal-600: #16CAA6;
--charcoal-700: #12A184;
--charcoal-800: #0D735E;
--charcoal-900: #08493C;
--charcoal-950: #052E26;
}