Charcoal
#0E3C71
BlueColor Codes
All color formats for development
HEX
#0E3C71RGB
rgb(14, 60, 113)HSL
hsl(212, 78%, 25%)OKLCH
oklch(0.358 0.103 255.1)CMYK
cmyk(88%, 47%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3666
2#0B305B
3#0A2A4F
4#082444
5#071E39
6#06182D
7#041222
8#030C17
9#01060B
Tints
Lighter variations
1#124F94
2#1661B6
3#1B73D8
4#3386E6
5#559AEA
6#77AFEE
7#99C3F2
8#BBD7F7
9#DDEBFB
Tones
Muted variations
1#133D6D
2#183D68
3#1D3D63
4#223E5E
5#273E59
6#2C3E54
7#313F4F
8#363F4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFECFB;
--charcoal-200: #C4DCF8;
--charcoal-300: #97C1F2;
--charcoal-400: #60A1EB;
--charcoal-500: #3386E6;
--charcoal-600: #196AC8;
--charcoal-700: #14559F;
--charcoal-800: #0E3C71;
--charcoal-900: #092749;
--charcoal-950: #06182D;
}