Charcoal
#0E3B43
CyanColor Codes
All color formats for development
HEX
#0E3B43RGB
rgb(14, 59, 67)HSL
hsl(189, 65%, 16%)OKLCH
oklch(0.326 0.049 211.9)CMYK
cmyk(79%, 12%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D353D
2#0B2F36
3#0A2A2F
4#092428
5#071E22
6#06181B
7#041214
8#030C0D
9#010607
Tints
Lighter variations
1#165B67
2#1D7A8A
3#2599AD
4#2CB8D1
5#4EC5DA
6#72D0E1
7#95DCE9
8#B8E8F0
9#DCF3F8
Tones
Muted variations
1#113A41
2#14383E
3#16363B
4#193439
5#1C3236
6#1E3033
7#212E31
8#232D2E
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 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | 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: #C8EDF3;
--charcoal-300: #9EDFEA;
--charcoal-400: #6CCEE0;
--charcoal-500: #42C0D7;
--charcoal-600: #27A3B9;
--charcoal-700: #1F8293;
--charcoal-800: #165D69;
--charcoal-900: #0E3B43;
--charcoal-950: #09252A;
}