Charcoal
#1E2B62
BlueColor Codes
All color formats for development
HEX
#1E2B62RGB
rgb(30, 43, 98)HSL
hsl(229, 53%, 25%)OKLCH
oklch(0.312 0.099 269.8)CMYK
cmyk(69%, 56%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2658
2#18224E
3#151E44
4#12193B
5#0F1531
6#0C1127
7#090D1D
8#060814
9#03040A
Tints
Lighter variations
1#27377F
2#30449C
3#3950B9
4#4F66C9
5#6D7FD2
6#8A99DB
7#A7B2E4
8#C4CCED
9#E2E5F6
Tones
Muted variations
1#212C5E
2#252F5B
3#283157
4#2B3354
5#2F3551
6#32374D
7#36394A
8#393B47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD3 #CCD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B1 #A5B1E3 | BordersInactive statesPlaceholder text |
| 400 | 7688 #7688D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F66 #4F66C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 354B #354BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3B #2A3B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2A #1E2A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131B #131B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F7;
--charcoal-200: #CCD3EF;
--charcoal-300: #A5B1E3;
--charcoal-400: #7688D5;
--charcoal-500: #4F66C9;
--charcoal-600: #354BAC;
--charcoal-700: #2A3B89;
--charcoal-800: #1E2A62;
--charcoal-900: #131B3E;
--charcoal-950: #0C1127;
}