Charcoal
#0E3B71
BlueColor Codes
All color formats for development
HEX
#0E3B71RGB
rgb(14, 59, 113)HSL
hsl(213, 78%, 25%)OKLCH
oklch(0.355 0.105 255.8)CMYK
cmyk(88%, 48%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3566
2#0B2F5B
3#0A294F
4#082344
5#071D39
6#06182D
7#041222
8#030C17
9#01060B
Tints
Lighter variations
1#124C94
2#165EB6
3#1B70D8
4#3383E6
5#5598EA
6#77ADEE
7#99C1F2
8#BBD6F7
9#DDEAFB
Tones
Muted variations
1#133B6D
2#183C68
3#1D3C63
4#223D5E
5#273D59
6#2C3E54
7#313E4F
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 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | 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: #C4DBF8;
--charcoal-300: #97C0F2;
--charcoal-400: #609FEB;
--charcoal-500: #3383E6;
--charcoal-600: #1967C8;
--charcoal-700: #14529F;
--charcoal-800: #0E3B71;
--charcoal-900: #092649;
--charcoal-950: #06182D;
}