Charcoal
#0E4243
CyanColor Codes
All color formats for development
HEX
#0E4243RGB
rgb(14, 66, 67)HSL
hsl(181, 65%, 16%)OKLCH
oklch(0.347 0.052 196.9)CMYK
cmyk(79%, 1%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3C3D
2#0B3536
3#0A2F2F
4#092828
5#072122
6#061B1B
7#041414
8#030D0D
9#010707
Tints
Lighter variations
1#166567
2#1D888A
3#25ABAD
4#2CCED1
5#4ED7DA
6#72DFE1
7#95E7E9
8#B8EFF0
9#DCF7F8
Tones
Muted variations
1#114041
2#143D3E
3#163B3B
4#193839
5#1C3636
6#1E3333
7#213031
8#232E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E2F8F9;
--charcoal-200: #C8F3F3;
--charcoal-300: #9EE9EA;
--charcoal-400: #6CDEE0;
--charcoal-500: #42D4D7;
--charcoal-600: #27B7B9;
--charcoal-700: #1F9193;
--charcoal-800: #166869;
--charcoal-900: #0E4243;
--charcoal-950: #092A2A;
}