Charcoal
#0E4571
BlueColor Codes
All color formats for development
HEX
#0E4571RGB
rgb(14, 69, 113)HSL
hsl(207, 78%, 25%)OKLCH
oklch(0.381 0.093 248.1)CMYK
cmyk(88%, 39%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3E66
2#0B375B
3#0A304F
4#082944
5#072239
6#061B2D
7#041522
8#030E17
9#01070B
Tints
Lighter variations
1#125994
2#166EB6
3#1B83D8
4#3395E6
5#55A7EA
6#77B8EE
7#99CAF2
8#BBDCF7
9#DDEDFB
Tones
Muted variations
1#13446D
2#184468
3#1D4363
4#22435E
5#274259
6#2C4254
7#31414F
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 60AD #60ADEB | Disabled statesSecondary iconsMuted text |
| 500 | 3395 #3395E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1979 #1979C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1460 #14609F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E45 #0E4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C4E0F8;
--charcoal-300: #97C9F2;
--charcoal-400: #60ADEB;
--charcoal-500: #3395E6;
--charcoal-600: #1979C8;
--charcoal-700: #14609F;
--charcoal-800: #0E4571;
--charcoal-900: #092C49;
--charcoal-950: #061B2D;
}