Charcoal
#1E1E62
BlueColor Codes
All color formats for development
HEX
#1E1E62RGB
rgb(30, 30, 98)HSL
hsl(240, 53%, 25%)OKLCH
oklch(0.285 0.117 276)CMYK
cmyk(69%, 69%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1B58
2#18184E
3#151544
4#12123B
5#0F0F31
6#0C0C27
7#09091D
8#060614
9#03030A
Tints
Lighter variations
1#27277F
2#30309C
3#3939B9
4#4F4FC9
5#6D6DD2
6#8A8ADB
7#A7A7E4
8#C4C4ED
9#E2E2F6
Tones
Muted variations
1#21215E
2#25255B
3#282857
4#2B2B54
5#2F2F51
6#32324D
7#36364A
8#393947
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FB;
--charcoal-100: #E4E4F7;
--charcoal-200: #CCCCEF;
--charcoal-300: #A5A5E3;
--charcoal-400: #7676D5;
--charcoal-500: #4F4FC9;
--charcoal-600: #3535AC;
--charcoal-700: #2A2A89;
--charcoal-800: #1E1E62;
--charcoal-900: #13133E;
--charcoal-950: #0C0C27;
}