Charcoal
#08493F
CyanColor Codes
All color formats for development
HEX
#08493FRGB
rgb(8, 73, 63)HSL
hsl(171, 80%, 16%)OKLCH
oklch(0.365 0.063 179.1)CMYK
cmyk(89%, 0%, 14%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074239
2#073B33
3#06332D
4#052C26
5#042520
6#031D19
7#021613
8#020F0D
9#010706
Tints
Lighter variations
1#0C7061
2#119782
3#15BDA4
4#19E4C5
5#3EEAD0
6#65EED9
7#8BF2E3
8#B2F6EC
9#D8FBF6
Tones
Muted variations
1#0B463D
2#0F433B
3#124039
4#153C37
5#183934
6#1C3632
7#1F3330
8#222F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFC;
--charcoal-100: #DFFBF7;
--charcoal-200: #C3F8F0;
--charcoal-300: #95F3E5;
--charcoal-400: #5EEDD8;
--charcoal-500: #30E8CD;
--charcoal-600: #16CAAF;
--charcoal-700: #12A18B;
--charcoal-800: #0D7363;
--charcoal-900: #084940;
--charcoal-950: #052E28;
}