Charcoal
#1E3462
BlueColor Codes
All color formats for development
HEX
#1E3462RGB
rgb(30, 52, 98)HSL
hsl(221, 53%, 25%)OKLCH
oklch(0.333 0.086 263.3)CMYK
cmyk(69%, 47%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2E58
2#18294E
3#152444
4#121F3B
5#0F1A31
6#0C1527
7#090F1D
8#060A14
9#03050A
Tints
Lighter variations
1#27437F
2#30529C
3#3962B9
4#4F76C9
5#6D8DD2
6#8AA4DB
7#A7BAE4
8#C4D1ED
9#E2E8F6
Tones
Muted variations
1#21355E
2#25365B
3#283757
4#2B3854
5#2F3A51
6#323B4D
7#363C4A
8#393D47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F76 #4F76C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355A #355AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A48 #2A4889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E33 #1E3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF7;
--charcoal-200: #CCD7EF;
--charcoal-300: #A5B9E3;
--charcoal-400: #7694D5;
--charcoal-500: #4F76C9;
--charcoal-600: #355AAC;
--charcoal-700: #2A4889;
--charcoal-800: #1E3362;
--charcoal-900: #13213E;
--charcoal-950: #0C1527;
}