Charcoal
#1E2E62
BlueColor Codes
All color formats for development
HEX
#1E2E62RGB
rgb(30, 46, 98)HSL
hsl(226, 53%, 25%)OKLCH
oklch(0.319 0.094 267.9)CMYK
cmyk(69%, 53%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2958
2#18254E
3#152044
4#121B3B
5#0F1731
6#0C1227
7#090E1D
8#060914
9#03050A
Tints
Lighter variations
1#273B7F
2#30499C
3#3957B9
4#4F6CC9
5#6D84D2
6#8A9DDB
7#A7B5E4
8#C4CEED
9#E2E6F6
Tones
Muted variations
1#21305E
2#25315B
3#283357
4#2B3554
5#2F3751
6#32394D
7#363A4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD4 #CCD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B4 #A5B4E3 | BordersInactive statesPlaceholder text |
| 400 | 768D #768DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6C #4F6CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3550 #3550AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A40 #2A4089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2E #1E2E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131D #131D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F7;
--charcoal-200: #CCD4EF;
--charcoal-300: #A5B4E3;
--charcoal-400: #768DD5;
--charcoal-500: #4F6CC9;
--charcoal-600: #3550AC;
--charcoal-700: #2A4089;
--charcoal-800: #1E2E62;
--charcoal-900: #131D3E;
--charcoal-950: #0C1227;
}