Charcoal
#0E3D43
CyanColor Codes
All color formats for development
HEX
#0E3D43RGB
rgb(14, 61, 67)HSL
hsl(187, 65%, 16%)OKLCH
oklch(0.332 0.05 207.4)CMYK
cmyk(79%, 9%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D373D
2#0B3136
3#0A2B2F
4#092528
5#071F22
6#06181B
7#041214
8#030C0D
9#010607
Tints
Lighter variations
1#165D67
2#1D7D8A
3#259DAD
4#2CBED1
5#4EC9DA
6#72D4E1
7#95DFE9
8#B8EAF0
9#DCF4F8
Tones
Muted variations
1#113B41
2#14393E
3#16373B
4#193539
5#1C3336
6#1E3133
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 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFC;
--charcoal-100: #E2F6F9;
--charcoal-200: #C8EEF3;
--charcoal-300: #9EE2EA;
--charcoal-400: #6CD2E0;
--charcoal-500: #42C5D7;
--charcoal-600: #27A8B9;
--charcoal-700: #1F8693;
--charcoal-800: #166069;
--charcoal-900: #0E3D43;
--charcoal-950: #09262A;
}