Charcoal
#0E433D
CyanColor Codes
All color formats for development
HEX
#0E433DRGB
rgb(14, 67, 61)HSL
hsl(173, 65%, 16%)OKLCH
oklch(0.347 0.055 184)CMYK
cmyk(79%, 0%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D37
2#0B3631
3#0A2F2B
4#092825
5#07221F
6#061B18
7#041412
8#030D0C
9#010706
Tints
Lighter variations
1#16675D
2#1D8A7D
3#25AD9D
4#2CD1BE
5#4EDAC9
6#72E1D4
7#95E9DF
8#B8F0EA
9#DCF8F4
Tones
Muted variations
1#11413B
2#143E39
3#163B37
4#193935
5#1C3633
6#1E3331
7#21312F
8#232E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFB;
--charcoal-100: #E2F9F6;
--charcoal-200: #C8F3EE;
--charcoal-300: #9EEAE2;
--charcoal-400: #6CE0D2;
--charcoal-500: #42D7C5;
--charcoal-600: #27B9A8;
--charcoal-700: #1F9386;
--charcoal-800: #166960;
--charcoal-900: #0E433D;
--charcoal-950: #092A26;
}