Charcoal
#0E3A43
CyanColor Codes
All color formats for development
HEX
#0E3A43RGB
rgb(14, 58, 67)HSL
hsl(190, 65%, 16%)OKLCH
oklch(0.323 0.049 214.2)CMYK
cmyk(79%, 13%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D353D
2#0B2F36
3#0A292F
4#092328
5#071D22
6#06171B
7#041214
8#030C0D
9#010607
Tints
Lighter variations
1#165967
2#1D788A
3#2597AD
4#2CB5D1
5#4EC2DA
6#72CEE1
7#95DBE9
8#B8E7F0
9#DCF3F8
Tones
Muted variations
1#113941
2#14373E
3#16353B
4#193339
5#1C3236
6#1E3033
7#212E31
8#232C2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEA | BordersInactive statesPlaceholder text |
| 400 | 6CCC #6CCCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BE #42BED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A1 #27A1B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F80 #1F8093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165B #165B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFC;
--charcoal-100: #E2F5F9;
--charcoal-200: #C8ECF3;
--charcoal-300: #9EDEEA;
--charcoal-400: #6CCCE0;
--charcoal-500: #42BED7;
--charcoal-600: #27A1B9;
--charcoal-700: #1F8093;
--charcoal-800: #165B69;
--charcoal-900: #0E3A43;
--charcoal-950: #09252A;
}