Charcoal
#0E4071
BlueColor Codes
All color formats for development
HEX
#0E4071RGB
rgb(14, 64, 113)HSL
hsl(210, 78%, 25%)OKLCH
oklch(0.368 0.099 252.2)CMYK
cmyk(88%, 43%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3966
2#0B335B
3#0A2D4F
4#082644
5#072039
6#06192D
7#041322
8#030D17
9#01060B
Tints
Lighter variations
1#125394
2#1666B6
3#1B79D8
4#338CE6
5#559FEA
6#77B2EE
7#99C6F2
8#BBD9F7
9#DDECFB
Tones
Muted variations
1#13406D
2#184068
3#1D4063
4#22405E
5#274059
6#2C4054
7#31404F
8#36404A
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 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C4 #97C4F2 | BordersInactive statesPlaceholder text |
| 400 | 60A6 #60A6EB | Disabled statesSecondary iconsMuted text |
| 500 | 338C #338CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1970 #1970C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1459 #14599F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E40 #0E4071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEDFB;
--charcoal-200: #C4DEF8;
--charcoal-300: #97C4F2;
--charcoal-400: #60A6EB;
--charcoal-500: #338CE6;
--charcoal-600: #1970C8;
--charcoal-700: #14599F;
--charcoal-800: #0E4071;
--charcoal-900: #092949;
--charcoal-950: #061A2D;
}