Charcoal
#0E3E71
BlueColor Codes
All color formats for development
HEX
#0E3E71RGB
rgb(14, 62, 113)HSL
hsl(211, 78%, 25%)OKLCH
oklch(0.363 0.101 253.7)CMYK
cmyk(88%, 45%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3866
2#0B325B
3#0A2B4F
4#082544
5#071F39
6#06192D
7#041322
8#030C17
9#01060B
Tints
Lighter variations
1#125194
2#1663B6
3#1B76D8
4#3389E6
5#559DEA
6#77B1EE
7#99C4F2
8#BBD8F7
9#DDEBFB
Tones
Muted variations
1#133E6D
2#183E68
3#1D3F63
4#223F5E
5#273F59
6#2C3F54
7#313F4F
8#363F4A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C3 #97C3F2 | BordersInactive statesPlaceholder text |
| 400 | 60A3 #60A3EB | Disabled statesSecondary iconsMuted text |
| 500 | 3389 #3389E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196D #196DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1457 #14579F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3E #0E3E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEDFB;
--charcoal-200: #C4DDF8;
--charcoal-300: #97C3F2;
--charcoal-400: #60A3EB;
--charcoal-500: #3389E6;
--charcoal-600: #196DC8;
--charcoal-700: #14579F;
--charcoal-800: #0E3E71;
--charcoal-900: #092849;
--charcoal-950: #06192D;
}