Charcoal
#303B82
BlueColor Codes
All color formats for development
HEX
#303B82RGB
rgb(48, 59, 130)HSL
hsl(232, 46%, 35%)OKLCH
oklch(0.385 0.119 272.9)CMYK
cmyk(63%, 55%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3575
2#272F68
3#22295B
4#1D234E
5#181E41
6#131834
7#0E1227
8#0A0C1A
9#05060D
Tints
Lighter variations
1#39469B
2#4251B3
3#5664C0
4#6E7AC9
5#8690D2
6#9EA6DB
7#B6BDE4
8#CFD3ED
9#E7E9F6
Tones
Muted variations
1#343E7E
2#38417A
3#3D4476
4#414772
5#454A6E
6#494D6A
7#4D5066
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 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D88 #7D88CF | Disabled statesSecondary iconsMuted text |
| 500 | 5766 #5766C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4A #3D4AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303B #303B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222A #222A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD3ED;
--charcoal-300: #A9B1DF;
--charcoal-400: #7D88CF;
--charcoal-500: #5766C1;
--charcoal-600: #3D4AA4;
--charcoal-700: #303B82;
--charcoal-800: #222A5D;
--charcoal-900: #161B3C;
--charcoal-950: #0E1125;
}