Charcoal
#1E3962
BlueColor Codes
All color formats for development
HEX
#1E3962RGB
rgb(30, 57, 98)HSL
hsl(216, 53%, 25%)OKLCH
oklch(0.346 0.079 258.5)CMYK
cmyk(69%, 42%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3358
2#182E4E
3#152844
4#12223B
5#0F1C31
6#0C1727
7#09111D
8#060B14
9#03060A
Tints
Lighter variations
1#274A7F
2#305B9C
3#396CB9
4#4F80C9
5#6D95D2
6#8AAADB
7#A7C0E4
8#C4D5ED
9#E2EAF6
Tones
Muted variations
1#213A5E
2#253A5B
3#283B57
4#2B3C54
5#2F3C51
6#323D4D
7#363E4A
8#393E47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDA #CCDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BE #A5BEE3 | BordersInactive statesPlaceholder text |
| 400 | 769C #769CD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F80 #4F80C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3564 #3564AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A50 #2A5089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E39 #1E3962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1324 #13243E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EBF7;
--charcoal-200: #CCDAEF;
--charcoal-300: #A5BEE3;
--charcoal-400: #769CD5;
--charcoal-500: #4F80C9;
--charcoal-600: #3564AC;
--charcoal-700: #2A5089;
--charcoal-800: #1E3962;
--charcoal-900: #13243E;
--charcoal-950: #0C1727;
}