Charcoal
#0E3F43
CyanColor Codes
All color formats for development
HEX
#0E3F43RGB
rgb(14, 63, 67)HSL
hsl(185, 65%, 16%)OKLCH
oklch(0.338 0.051 203)CMYK
cmyk(79%, 6%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D393D
2#0B3236
3#0A2C2F
4#092628
5#071F22
6#06191B
7#041314
8#030D0D
9#010607
Tints
Lighter variations
1#166067
2#1D818A
3#25A2AD
4#2CC3D1
5#4ECEDA
6#72D8E1
7#95E2E9
8#B8EBF0
9#DCF5F8
Tones
Muted variations
1#113D41
2#143A3E
3#16383B
4#193639
5#1C3436
6#1E3233
7#212F31
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 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE4 #9EE4EA | BordersInactive statesPlaceholder text |
| 400 | 6CD6 #6CD6E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CA #42CAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AD #27ADB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8A #1F8A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1662 #166269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFC;
--charcoal-100: #E2F7F9;
--charcoal-200: #C8F0F3;
--charcoal-300: #9EE4EA;
--charcoal-400: #6CD6E0;
--charcoal-500: #42CAD7;
--charcoal-600: #27ADB9;
--charcoal-700: #1F8A93;
--charcoal-800: #166269;
--charcoal-900: #0E3F43;
--charcoal-950: #09272A;
}