Charcoal
#0E3843
CyanColor Codes
All color formats for development
HEX
#0E3843RGB
rgb(14, 56, 67)HSL
hsl(192, 65%, 16%)OKLCH
oklch(0.318 0.049 218.9)CMYK
cmyk(79%, 16%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D333D
2#0B2D36
3#0A282F
4#092228
5#071C22
6#06171B
7#041114
8#030B0D
9#010607
Tints
Lighter variations
1#165667
2#1D748A
3#2592AD
4#2CB0D1
5#4EBEDA
6#72CBE1
7#95D8E9
8#B8E5F0
9#DCF2F8
Tones
Muted variations
1#113741
2#14363E
3#16343B
4#193239
5#1C3136
6#1E2F33
7#212E31
8#232C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDB #9EDBEA | BordersInactive statesPlaceholder text |
| 400 | 6CC9 #6CC9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B9 #42B9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279C #279CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7C #1F7C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1659 #165969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E39 #0E3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E2F4F9;
--charcoal-200: #C8EBF3;
--charcoal-300: #9EDBEA;
--charcoal-400: #6CC9E0;
--charcoal-500: #42B9D7;
--charcoal-600: #279CB9;
--charcoal-700: #1F7C93;
--charcoal-800: #165969;
--charcoal-900: #0E3943;
--charcoal-950: #09232A;
}