Charcoal
#08493D
CyanColor Codes
All color formats for development
HEX
#08493DRGB
rgb(8, 73, 61)HSL
hsl(169, 80%, 16%)OKLCH
oklch(0.364 0.064 176.3)CMYK
cmyk(89%, 0%, 16%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074237
2#073B31
3#06332B
4#052C25
5#04251F
6#031D19
7#021612
8#020F0C
9#010706
Tints
Lighter variations
1#0C705E
2#11977E
3#15BD9E
4#19E4BF
5#3EEACA
6#65EED5
7#8BF2DF
8#B2F6EA
9#D8FBF4
Tones
Muted variations
1#0B463B
2#0F4339
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 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | 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: #C3F8EF;
--charcoal-300: #95F3E2;
--charcoal-400: #5EEDD3;
--charcoal-500: #30E8C6;
--charcoal-600: #16CAA9;
--charcoal-700: #12A186;
--charcoal-800: #0D7360;
--charcoal-900: #08493D;
--charcoal-950: #052E26;
}