Charcoal
#0E443E
CyanColor Codes
All color formats for development
HEX
#0E443ERGB
rgb(14, 68, 62)HSL
hsl(173, 66%, 16%)OKLCH
oklch(0.351 0.055 184.2)CMYK
cmyk(79%, 0%, 9%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D37
2#0B3631
3#0A2F2B
4#082925
5#07221F
6#061B19
7#041412
8#030E0C
9#010706
Tints
Lighter variations
1#15675E
2#1C8B7E
3#24AE9E
4#2BD2BE
5#4DDBCA
6#71E2D5
7#94E9DF
8#B8F0EA
9#DBF8F4
Tones
Muted variations
1#11413B
2#133E39
3#163C37
4#193935
5#1B3633
6#1E3431
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 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | 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: #E1F9F6;
--charcoal-200: #C8F4EF;
--charcoal-300: #9EEBE2;
--charcoal-400: #6BE1D3;
--charcoal-500: #41D8C6;
--charcoal-600: #26BAA9;
--charcoal-700: #1E9486;
--charcoal-800: #166A60;
--charcoal-900: #0E443D;
--charcoal-950: #092A26;
}