Charcoal
#0E433A
CyanColor Codes
All color formats for development
HEX
#0E433ARGB
rgb(14, 67, 58)HSL
hsl(170, 65%, 16%)OKLCH
oklch(0.346 0.056 178.9)CMYK
cmyk(79%, 0%, 13%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D35
2#0B362F
3#0A2F29
4#092823
5#07221D
6#061B17
7#041412
8#030D0C
9#010706
Tints
Lighter variations
1#166759
2#1D8A78
3#25AD97
4#2CD1B5
5#4EDAC2
6#72E1CE
7#95E9DB
8#B8F0E7
9#DCF8F3
Tones
Muted variations
1#114139
2#143E37
3#163B35
4#193933
5#1C3632
6#1E3330
7#21312E
8#232E2C
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 #C8F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | 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: #C8F3EC;
--charcoal-300: #9EEADE;
--charcoal-400: #6CE0CC;
--charcoal-500: #42D7BE;
--charcoal-600: #27B9A1;
--charcoal-700: #1F9380;
--charcoal-800: #16695B;
--charcoal-900: #0E433A;
--charcoal-950: #092A25;
}