Charcoal
#303282
BlueColor Codes
All color formats for development
HEX
#303282RGB
rgb(48, 50, 130)HSL
hsl(239, 46%, 35%)OKLCH
oklch(0.366 0.132 276.6)CMYK
cmyk(63%, 62%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2D75
2#272868
3#22235B
4#1D1E4E
5#181941
6#131434
7#0E0F27
8#0A0A1A
9#05050D
Tints
Lighter variations
1#393B9B
2#4244B3
3#5657C0
4#6E6FC9
5#8687D2
6#9E9FDB
7#B6B7E4
8#CFCFED
9#E7E7F6
Tones
Muted variations
1#34367E
2#383A7A
3#3D3D76
4#414172
5#45456E
6#49496A
7#4D4D66
8#515161
9#55555D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AA #A9AADF | BordersInactive statesPlaceholder text |
| 400 | 7D7E #7D7ECF | Disabled statesSecondary iconsMuted text |
| 500 | 5759 #5759C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3E #3D3EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3032 #303282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2223 #22235D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFED;
--charcoal-300: #A9AADF;
--charcoal-400: #7D7ECF;
--charcoal-500: #5759C1;
--charcoal-600: #3D3EA4;
--charcoal-700: #303282;
--charcoal-800: #22235D;
--charcoal-900: #16173C;
--charcoal-950: #0E0E25;
}