Charcoal
#0E3544
BlueColor Codes
All color formats for development
HEX
#0E3544RGB
rgb(14, 53, 68)HSL
hsl(197, 66%, 16%)OKLCH
oklch(0.309 0.05 227.6)CMYK
cmyk(79%, 22%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2F3D
2#0B2A36
3#0A252F
4#081F29
5#071A22
6#06151B
7#041014
8#030A0E
9#010507
Tints
Lighter variations
1#155067
2#1C6C8B
3#2487AE
4#2BA3D2
5#4DB3DB
6#71C2E2
7#94D1E9
8#B8E0F0
9#DBF0F8
Tones
Muted variations
1#113341
2#13323E
3#16313C
4#193039
5#1B2F36
6#1E2D34
7#212C31
8#232B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED5 #9ED5EB | BordersInactive statesPlaceholder text |
| 400 | 6BBF #6BBFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AD #41ADD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2690 #2690BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E73 #1E7394 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1652 #16526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E1F2F9;
--charcoal-200: #C8E7F4;
--charcoal-300: #9ED5EB;
--charcoal-400: #6BBFE1;
--charcoal-500: #41ADD8;
--charcoal-600: #2690BA;
--charcoal-700: #1E7394;
--charcoal-800: #16526A;
--charcoal-900: #0E3444;
--charcoal-950: #09212A;
}