Charcoal
#1E2062
BlueColor Codes
All color formats for development
HEX
#1E2062RGB
rgb(30, 32, 98)HSL
hsl(238, 53%, 25%)OKLCH
oklch(0.289 0.114 275.3)CMYK
cmyk(69%, 67%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1D58
2#181A4E
3#151744
4#12133B
5#0F1031
6#0C0D27
7#090A1D
8#060614
9#03030A
Tints
Lighter variations
1#272A7F
2#30349C
3#393DB9
4#4F53C9
5#6D70D2
6#8A8DDB
7#A7A9E4
8#C4C6ED
9#E2E2F6
Tones
Muted variations
1#21235E
2#25275B
3#282A57
4#2B2D54
5#2F3051
6#32334D
7#36364A
8#393947
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A7 #A5A7E3 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F53 #4F53C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3539 #3539AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2D #2A2D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E20 #1E2062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E4F7;
--charcoal-200: #CCCDEF;
--charcoal-300: #A5A7E3;
--charcoal-400: #767AD5;
--charcoal-500: #4F53C9;
--charcoal-600: #3539AC;
--charcoal-700: #2A2D89;
--charcoal-800: #1E2062;
--charcoal-900: #13153E;
--charcoal-950: #0C0D27;
}