Charcoal
#303882
BlueColor Codes
All color formats for development
HEX
#303882RGB
rgb(48, 56, 130)HSL
hsl(234, 46%, 35%)OKLCH
oklch(0.378 0.123 274.2)CMYK
cmyk(63%, 57%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3375
2#272D68
3#22275B
4#1D224E
5#181C41
6#131734
7#0E1127
8#0A0B1A
9#05060D
Tints
Lighter variations
1#39439B
2#424DB3
3#5660C0
4#6E77C9
5#868ED2
6#9EA4DB
7#B6BBE4
8#CFD2ED
9#E7E8F6
Tones
Muted variations
1#343C7E
2#383F7A
3#3D4276
4#414672
5#45496E
6#494C6A
7#4D4F66
8#515361
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2ED;
--charcoal-300: #A9AFDF;
--charcoal-400: #7D85CF;
--charcoal-500: #5762C1;
--charcoal-600: #3D47A4;
--charcoal-700: #303882;
--charcoal-800: #22285D;
--charcoal-900: #161A3C;
--charcoal-950: #0E1025;
}