Charcoal
#0E3471
BlueColor Codes
All color formats for development
HEX
#0E3471RGB
rgb(14, 52, 113)HSL
hsl(217, 78%, 25%)OKLCH
oklch(0.338 0.114 259.8)CMYK
cmyk(88%, 54%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2F66
2#0B2A5B
3#0A254F
4#081F44
5#071A39
6#06152D
7#041022
8#030A17
9#01050B
Tints
Lighter variations
1#124494
2#1653B6
3#1B63D8
4#3377E6
5#558EEA
6#77A5EE
7#99BBF2
8#BBD2F7
9#DDE8FB
Tones
Muted variations
1#13356D
2#183668
3#1D3863
4#22395E
5#273A59
6#2C3B54
7#313C4F
8#363D4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEAFB;
--charcoal-200: #C4D8F8;
--charcoal-300: #97BAF2;
--charcoal-400: #6096EB;
--charcoal-500: #3377E6;
--charcoal-600: #195CC8;
--charcoal-700: #14499F;
--charcoal-800: #0E3471;
--charcoal-900: #092149;
--charcoal-950: #06152D;
}