Charcoal
#303782
BlueColor Codes
All color formats for development
HEX
#303782RGB
rgb(48, 55, 130)HSL
hsl(235, 46%, 35%)OKLCH
oklch(0.376 0.125 274.7)CMYK
cmyk(63%, 58%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3275
2#272C68
3#22275B
4#1D214E
5#181C41
6#131634
7#0E1127
8#0A0B1A
9#05060D
Tints
Lighter variations
1#39419B
2#424BB3
3#565EC0
4#6E75C9
5#868CD2
6#9EA3DB
7#B6BAE4
8#CFD1ED
9#E7E8F6
Tones
Muted variations
1#343A7E
2#383E7A
3#3D4176
4#414572
5#45486E
6#494C6A
7#4D4F66
8#515261
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AE #A9AEDF | BordersInactive statesPlaceholder text |
| 400 | 7D84 #7D84CF | Disabled statesSecondary iconsMuted text |
| 500 | 5760 #5760C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D45 #3D45A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3037 #303782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2227 #22275D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193C | 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: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1ED;
--charcoal-300: #A9AEDF;
--charcoal-400: #7D84CF;
--charcoal-500: #5760C1;
--charcoal-600: #3D45A4;
--charcoal-700: #303782;
--charcoal-800: #22275D;
--charcoal-900: #16193C;
--charcoal-950: #0E1025;
}