Charcoal
#0E433F
CyanColor Codes
All color formats for development
HEX
#0E433FRGB
rgb(14, 67, 63)HSL
hsl(175, 65%, 16%)OKLCH
oklch(0.348 0.054 187.6)CMYK
cmyk(79%, 0%, 6%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D39
2#0B3632
3#0A2F2C
4#092826
5#07221F
6#061B19
7#041413
8#030D0D
9#010706
Tints
Lighter variations
1#166760
2#1D8A81
3#25ADA2
4#2CD1C3
5#4EDACE
6#72E1D8
7#95E9E2
8#B8F0EB
9#DCF8F5
Tones
Muted variations
1#11413D
2#143E3A
3#163B38
4#193936
5#1C3634
6#1E3332
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 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFB;
--charcoal-100: #E2F9F7;
--charcoal-200: #C8F3F0;
--charcoal-300: #9EEAE4;
--charcoal-400: #6CE0D6;
--charcoal-500: #42D7CA;
--charcoal-600: #27B9AD;
--charcoal-700: #1F938A;
--charcoal-800: #166962;
--charcoal-900: #0E433F;
--charcoal-950: #092A27;
}