Charcoal
#0E3543
BlueColor Codes
All color formats for development
HEX
#0E3543RGB
rgb(14, 53, 67)HSL
hsl(196, 65%, 16%)OKLCH
oklch(0.309 0.049 225.8)CMYK
cmyk(79%, 21%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D303D
2#0B2B36
3#0A252F
4#092028
5#071B22
6#06151B
7#041014
8#030B0D
9#010507
Tints
Lighter variations
1#165167
2#1D6D8A
3#2589AD
4#2CA5D1
5#4EB4DA
6#72C3E1
7#95D2E9
8#B8E1F0
9#DCF0F8
Tones
Muted variations
1#113441
2#14333E
3#16313B
4#193039
5#1C2F36
6#1E2E33
7#212D31
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 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EA | BordersInactive statesPlaceholder text |
| 400 | 6CC1 #6CC1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AF #42AFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2792 #2792B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F74 #1F7493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #165369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3543 | 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: #E2F3F9;
--charcoal-200: #C8E8F3;
--charcoal-300: #9ED6EA;
--charcoal-400: #6CC1E0;
--charcoal-500: #42AFD7;
--charcoal-600: #2792B9;
--charcoal-700: #1F7493;
--charcoal-800: #165369;
--charcoal-900: #0E3543;
--charcoal-950: #09212A;
}