Charcoal
#1E2262
BlueColor Codes
All color formats for development
HEX
#1E2262RGB
rgb(30, 34, 98)HSL
hsl(236, 53%, 25%)OKLCH
oklch(0.293 0.111 274.5)CMYK
cmyk(69%, 65%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1F58
2#181C4E
3#151844
4#12153B
5#0F1131
6#0C0E27
7#090A1D
8#060714
9#03030A
Tints
Lighter variations
1#272D7F
2#30379C
3#3941B9
4#4F58C9
5#6D73D2
6#8A8FDB
7#A7ABE4
8#C4C7ED
9#E2E3F6
Tones
Muted variations
1#21255E
2#25285B
3#282B57
4#2B2E54
5#2F3151
6#32344D
7#36374A
8#393A47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E3 | BordersInactive statesPlaceholder text |
| 400 | 767D #767DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F58 #4F58C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 353D #353DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A30 #2A3089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E22 #1E2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F7;
--charcoal-200: #CCCFEF;
--charcoal-300: #A5A9E3;
--charcoal-400: #767DD5;
--charcoal-500: #4F58C9;
--charcoal-600: #353DAC;
--charcoal-700: #2A3089;
--charcoal-800: #1E2262;
--charcoal-900: #13163E;
--charcoal-950: #0C0E27;
}