Charcoal
#0E3771
BlueColor Codes
All color formats for development
HEX
#0E3771RGB
rgb(14, 55, 113)HSL
hsl(215, 78%, 25%)OKLCH
oklch(0.346 0.11 258.2)CMYK
cmyk(88%, 51%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3266
2#0B2C5B
3#0A274F
4#082144
5#071C39
6#06162D
7#041122
8#030B17
9#01060B
Tints
Lighter variations
1#124894
2#1659B6
3#1B69D8
4#337DE6
5#5593EA
6#77A9EE
7#99BEF2
8#BBD4F7
9#DDE9FB
Tones
Muted variations
1#13386D
2#183968
3#1D3A63
4#223B5E
5#273C59
6#2C3C54
7#313D4F
8#363E4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BD #97BDF2 | BordersInactive statesPlaceholder text |
| 400 | 609A #609AEB | Disabled statesSecondary iconsMuted text |
| 500 | 337D #337DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1962 #1962C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144E #144E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E37 #0E3771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEBFB;
--charcoal-200: #C4DAF8;
--charcoal-300: #97BDF2;
--charcoal-400: #609AEB;
--charcoal-500: #337DE6;
--charcoal-600: #1962C8;
--charcoal-700: #144E9F;
--charcoal-800: #0E3771;
--charcoal-900: #092349;
--charcoal-950: #06162D;
}