Charcoal
#0E3B44
CyanColor Codes
All color formats for development
HEX
#0E3B44RGB
rgb(14, 59, 68)HSL
hsl(190, 66%, 16%)OKLCH
oklch(0.327 0.05 213.9)CMYK
cmyk(79%, 13%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C353D
2#0B2F36
3#0A292F
4#082329
5#071D22
6#06181B
7#041214
8#030C0E
9#010607
Tints
Lighter variations
1#155A67
2#1C788B
3#2497AE
4#2BB6D2
5#4DC3DB
6#71CFE2
7#94DBE9
8#B8E7F0
9#DBF3F8
Tones
Muted variations
1#113941
2#13373E
3#16353C
4#193439
5#1B3236
6#1E3034
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 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | 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: #E1F5F9;
--charcoal-200: #C8ECF4;
--charcoal-300: #9EDEEB;
--charcoal-400: #6BCDE1;
--charcoal-500: #41BFD8;
--charcoal-600: #26A2BA;
--charcoal-700: #1E8194;
--charcoal-800: #165C6A;
--charcoal-900: #0E3B44;
--charcoal-950: #09252A;
}