Charcoal
#0E433B
CyanColor Codes
All color formats for development
HEX
#0E433BRGB
rgb(14, 67, 59)HSL
hsl(171, 65%, 16%)OKLCH
oklch(0.347 0.056 180.6)CMYK
cmyk(79%, 0%, 12%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D35
2#0B362F
3#0A2F2A
4#092824
5#07221E
6#061B18
7#041412
8#030D0C
9#010706
Tints
Lighter variations
1#16675B
2#1D8A7A
3#25AD99
4#2CD1B8
5#4EDAC5
6#72E1D0
7#95E9DC
8#B8F0E8
9#DCF8F3
Tones
Muted variations
1#11413A
2#143E38
3#163B36
4#193934
5#1C3632
6#1E3330
7#21312E
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 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFB;
--charcoal-100: #E2F9F5;
--charcoal-200: #C8F3ED;
--charcoal-300: #9EEADF;
--charcoal-400: #6CE0CE;
--charcoal-500: #42D7C0;
--charcoal-600: #27B9A3;
--charcoal-700: #1F9382;
--charcoal-800: #16695D;
--charcoal-900: #0E433B;
--charcoal-950: #092A25;
}