Charcoal
#0E4A71
BlueColor Codes
All color formats for development
HEX
#0E4A71RGB
rgb(14, 74, 113)HSL
hsl(204, 78%, 25%)OKLCH
oklch(0.393 0.088 243.3)CMYK
cmyk(88%, 35%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4266
2#0B3B5B
3#0A344F
4#082C44
5#072539
6#061D2D
7#041622
8#030F17
9#01070B
Tints
Lighter variations
1#126094
2#1676B6
3#1B8CD8
4#339EE6
5#55AEEA
6#77BEEE
7#99CFF2
8#BBDFF7
9#DDEFFB
Tones
Muted variations
1#13496D
2#184868
3#1D4763
4#22465E
5#274559
6#2C4454
7#31434F
8#36424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C4E3F8;
--charcoal-300: #97CDF2;
--charcoal-400: #60B4EB;
--charcoal-500: #339EE6;
--charcoal-600: #1982C8;
--charcoal-700: #14679F;
--charcoal-800: #0E4A71;
--charcoal-900: #092F49;
--charcoal-950: #061D2D;
}