Charcoal
#09493E
CyanColor Codes
All color formats for development
HEX
#09493ERGB
rgb(9, 73, 62)HSL
hsl(170, 78%, 16%)OKLCH
oklch(0.365 0.063 177.6)CMYK
cmyk(88%, 0%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084138
2#073A32
3#06332B
4#052C25
5#04241F
6#041D19
7#031613
8#020F0C
9#010706
Tints
Lighter variations
1#0E6F5F
2#12957F
3#17BBA0
4#1CE1C0
5#40E7CC
6#66ECD6
7#8DF1E0
8#B3F6EA
9#D9FAF5
Tones
Muted variations
1#0C453C
2#0F423A
3#133F38
4#163C36
5#193933
6#1C3631
7#1F322F
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 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFB;
--charcoal-100: #DFFBF6;
--charcoal-200: #C4F8EF;
--charcoal-300: #97F2E3;
--charcoal-400: #60EBD4;
--charcoal-500: #33E6C8;
--charcoal-600: #19C8AB;
--charcoal-700: #149F88;
--charcoal-800: #0E7161;
--charcoal-900: #09493E;
--charcoal-950: #062D27;
}