Charcoal
#0E3343
BlueColor Codes
All color formats for development
HEX
#0E3343RGB
rgb(14, 51, 67)HSL
hsl(198, 65%, 16%)OKLCH
oklch(0.303 0.05 230.4)CMYK
cmyk(79%, 24%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2E3D
2#0B2936
3#0A242F
4#091F28
5#071A22
6#06151B
7#040F14
8#030A0D
9#010507
Tints
Lighter variations
1#164E67
2#1D698A
3#2584AD
4#2C9FD1
5#4EB0DA
6#72C0E1
7#95CFE9
8#B8DFF0
9#DCEFF8
Tones
Muted variations
1#113241
2#14313E
3#16303B
4#192F39
5#1C2E36
6#1E2D33
7#212C31
8#232B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EA | BordersInactive statesPlaceholder text |
| 400 | 6CBD #6CBDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AA #42AAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278D #278DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F70 #1F7093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1650 #165069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F2F9;
--charcoal-200: #C8E6F3;
--charcoal-300: #9ED4EA;
--charcoal-400: #6CBDE0;
--charcoal-500: #42AAD7;
--charcoal-600: #278DB9;
--charcoal-700: #1F7093;
--charcoal-800: #165069;
--charcoal-900: #0E3343;
--charcoal-950: #09202A;
}