Charcoal
#0E4171
BlueColor Codes
All color formats for development
HEX
#0E4171RGB
rgb(14, 65, 113)HSL
hsl(209, 78%, 25%)OKLCH
oklch(0.37 0.097 251.4)CMYK
cmyk(88%, 42%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3B66
2#0B345B
3#0A2E4F
4#082744
5#072139
6#061A2D
7#041422
8#030D17
9#01070B
Tints
Lighter variations
1#125594
2#1669B6
3#1B7CD8
4#338FE6
5#55A2EA
6#77B4EE
7#99C7F2
8#BBDAF7
9#DDECFB
Tones
Muted variations
1#13416D
2#184168
3#1D4163
4#22415E
5#274159
6#2C4054
7#31404F
8#36404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 60A8 #60A8EB | Disabled statesSecondary iconsMuted text |
| 500 | 338F #338FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1973 #1973C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145C #145C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E41 #0E4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | 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: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C4DFF8;
--charcoal-300: #97C6F2;
--charcoal-400: #60A8EB;
--charcoal-500: #338FE6;
--charcoal-600: #1973C8;
--charcoal-700: #145C9F;
--charcoal-800: #0E4171;
--charcoal-900: #092A49;
--charcoal-950: #061A2D;
}