Charcoal
#0E3943
CyanColor Codes
All color formats for development
HEX
#0E3943RGB
rgb(14, 57, 67)HSL
hsl(191, 65%, 16%)OKLCH
oklch(0.321 0.049 216.5)CMYK
cmyk(79%, 15%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D343D
2#0B2E36
3#0A282F
4#092328
5#071D22
6#06171B
7#041114
8#030C0D
9#010607
Tints
Lighter variations
1#165867
2#1D768A
3#2594AD
4#2CB3D1
5#4EC0DA
6#72CDE1
7#95D9E9
8#B8E6F0
9#DCF2F8
Tones
Muted variations
1#113841
2#14363E
3#16353B
4#193339
5#1C3136
6#1E3033
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 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | 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: #9EDCEA;
--charcoal-400: #6CCAE0;
--charcoal-500: #42BBD7;
--charcoal-600: #279EB9;
--charcoal-700: #1F7E93;
--charcoal-800: #165A69;
--charcoal-900: #0E3A43;
--charcoal-950: #09242A;
}