Charcoal
#303482
BlueColor Codes
All color formats for development
HEX
#303482RGB
rgb(48, 52, 130)HSL
hsl(237, 46%, 35%)OKLCH
oklch(0.37 0.129 275.9)CMYK
cmyk(63%, 60%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2F75
2#272A68
3#22255B
4#1D1F4E
5#181A41
6#131534
7#0E1027
8#0A0A1A
9#05050D
Tints
Lighter variations
1#393E9B
2#4248B3
3#565BC0
4#6E72C9
5#868AD2
6#9EA1DB
7#B6B9E4
8#CFD0ED
9#E7E8F6
Tones
Muted variations
1#34387E
2#383C7A
3#3D3F76
4#414372
5#45476E
6#494A6A
7#4D4E66
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 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AC #A9ACDF | BordersInactive statesPlaceholder text |
| 400 | 7D81 #7D81CF | Disabled statesSecondary iconsMuted text |
| 500 | 575D #575DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D42 #3D42A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3034 #303482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2225 #22255D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #A9ACDF;
--charcoal-400: #7D81CF;
--charcoal-500: #575DC1;
--charcoal-600: #3D42A4;
--charcoal-700: #303482;
--charcoal-800: #22255D;
--charcoal-900: #16183C;
--charcoal-950: #0E0F25;
}