Charcoal
#1E3D62
BlueColor Codes
All color formats for development
HEX
#1E3D62RGB
rgb(30, 61, 98)HSL
hsl(213, 53%, 25%)OKLCH
oklch(0.356 0.075 254.1)CMYK
cmyk(69%, 38%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3658
2#18304E
3#152A44
4#12243B
5#0F1E31
6#0C1827
7#09121D
8#060C14
9#03060A
Tints
Lighter variations
1#274E7F
2#30619C
3#3973B9
4#4F86C9
5#6D9AD2
6#8AAEDB
7#A7C3E4
8#C4D7ED
9#E2EBF6
Tones
Muted variations
1#213D5E
2#253D5B
3#283D57
4#2B3E54
5#2F3E51
6#323E4D
7#363F4A
8#393F47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E3 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F86 #4F86C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356A #356AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A55 #2A5589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3C #1E3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4ECF7;
--charcoal-200: #CCDCEF;
--charcoal-300: #A5C1E3;
--charcoal-400: #76A1D5;
--charcoal-500: #4F86C9;
--charcoal-600: #356AAC;
--charcoal-700: #2A5589;
--charcoal-800: #1E3C62;
--charcoal-900: #13273E;
--charcoal-950: #0C1827;
}