Charcoal
#0E4671
BlueColor Codes
All color formats for development
HEX
#0E4671RGB
rgb(14, 70, 113)HSL
hsl(206, 78%, 25%)OKLCH
oklch(0.383 0.092 247.2)CMYK
cmyk(88%, 38%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3F66
2#0B385B
3#0A314F
4#082A44
5#072339
6#061C2D
7#041522
8#030E17
9#01070B
Tints
Lighter variations
1#125B94
2#1671B6
3#1B86D8
4#3398E6
5#55A9EA
6#77BAEE
7#99CCF2
8#BBDDF7
9#DDEEFB
Tones
Muted variations
1#13466D
2#184568
3#1D4463
4#22445E
5#274359
6#2C4254
7#31424F
8#36414A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C4E1F8;
--charcoal-300: #97CAF2;
--charcoal-400: #60AFEB;
--charcoal-500: #3398E6;
--charcoal-600: #197CC8;
--charcoal-700: #14639F;
--charcoal-800: #0E4671;
--charcoal-900: #092D49;
--charcoal-950: #061C2D;
}