Charcoal
#0E4043
CyanColor Codes
All color formats for development
HEX
#0E4043RGB
rgb(14, 64, 67)HSL
hsl(183, 65%, 16%)OKLCH
oklch(0.341 0.051 200.9)CMYK
cmyk(79%, 4%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3A3D
2#0B3436
3#0A2D2F
4#092728
5#072022
6#061A1B
7#041314
8#030D0D
9#010607
Tints
Lighter variations
1#166367
2#1D858A
3#25A7AD
4#2CC8D1
5#4ED3DA
6#72DBE1
7#95E4E9
8#B8EDF0
9#DCF6F8
Tones
Muted variations
1#113E41
2#143C3E
3#163A3B
4#193739
5#1C3536
6#1E3233
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 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EA | BordersInactive statesPlaceholder text |
| 400 | 6CDA #6CDAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CF #42CFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B2 #27B2B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8D #1F8D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1665 #166569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E2F8F9;
--charcoal-200: #C8F1F3;
--charcoal-300: #9EE7EA;
--charcoal-400: #6CDAE0;
--charcoal-500: #42CFD7;
--charcoal-600: #27B2B9;
--charcoal-700: #1F8D93;
--charcoal-800: #166569;
--charcoal-900: #0E4143;
--charcoal-950: #09282A;
}