Charcoal
#0E3D44
CyanColor Codes
All color formats for development
HEX
#0E3D44RGB
rgb(14, 61, 68)HSL
hsl(188, 66%, 16%)OKLCH
oklch(0.333 0.05 209.4)CMYK
cmyk(79%, 10%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C363D
2#0B3036
3#0A2A2F
4#082429
5#071E22
6#06181B
7#041214
8#030C0E
9#010607
Tints
Lighter variations
1#155C67
2#1C7C8B
3#249CAE
4#2BBCD2
5#4DC8DB
6#71D3E2
7#94DEE9
8#B8E9F0
9#DBF4F8
Tones
Muted variations
1#113B41
2#13393E
3#16373C
4#193539
5#1B3336
6#1E3134
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 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | 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: #E1F6F9;
--charcoal-200: #C8EEF4;
--charcoal-300: #9EE1EB;
--charcoal-400: #6BD1E1;
--charcoal-500: #41C4D8;
--charcoal-600: #26A7BA;
--charcoal-700: #1E8494;
--charcoal-800: #165F6A;
--charcoal-900: #0E3D44;
--charcoal-950: #09262A;
}