Charcoal
#0E4143
CyanColor Codes
All color formats for development
HEX
#0E4143RGB
rgb(14, 65, 67)HSL
hsl(182, 65%, 16%)OKLCH
oklch(0.344 0.052 198.9)CMYK
cmyk(79%, 3%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3B3D
2#0B3436
3#0A2E2F
4#092728
5#072122
6#061A1B
7#041414
8#030D0D
9#010707
Tints
Lighter variations
1#166467
2#1D868A
3#25A9AD
4#2CCBD1
5#4ED5DA
6#72DDE1
7#95E6E9
8#B8EEF0
9#DCF7F8
Tones
Muted variations
1#113F41
2#143D3E
3#163A3B
4#193839
5#1C3536
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 | C8F2 #C8F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE8 #9EE8EA | BordersInactive statesPlaceholder text |
| 400 | 6CDC #6CDCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D2 #42D2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B4 #27B4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8F #1F8F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #166669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E2F8F9;
--charcoal-200: #C8F2F3;
--charcoal-300: #9EE8EA;
--charcoal-400: #6CDCE0;
--charcoal-500: #42D2D7;
--charcoal-600: #27B4B9;
--charcoal-700: #1F8F93;
--charcoal-800: #166669;
--charcoal-900: #0E4243;
--charcoal-950: #09292A;
}