Charcoal
#0E3643
BlueColor Codes
All color formats for development
HEX
#0E3643RGB
rgb(14, 54, 67)HSL
hsl(195, 65%, 16%)OKLCH
oklch(0.312 0.049 223.5)CMYK
cmyk(79%, 19%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D313D
2#0B2B36
3#0A262F
4#092028
5#071B22
6#06161B
7#041014
8#030B0D
9#010507
Tints
Lighter variations
1#165267
2#1D6F8A
3#258BAD
4#2CA8D1
5#4EB7DA
6#72C5E1
7#95D4E9
8#B8E2F0
9#DCF1F8
Tones
Muted variations
1#113541
2#14333E
3#16323B
4#193139
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 | C8E9 #C8E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED7 #9ED7EA | BordersInactive statesPlaceholder text |
| 400 | 6CC3 #6CC3E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B2 #42B2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2795 #2795B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F76 #1F7693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1654 #165469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E36 #0E3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E2F3F9;
--charcoal-200: #C8E9F3;
--charcoal-300: #9ED7EA;
--charcoal-400: #6CC3E0;
--charcoal-500: #42B2D7;
--charcoal-600: #2795B9;
--charcoal-700: #1F7693;
--charcoal-800: #165469;
--charcoal-900: #0E3643;
--charcoal-950: #09222A;
}