Charcoal
#304382
BlueColor Codes
All color formats for development
HEX
#304382RGB
rgb(48, 67, 130)HSL
hsl(226, 46%, 35%)OKLCH
oklch(0.402 0.108 268.6)CMYK
cmyk(63%, 48%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3D75
2#273668
3#222F5B
4#1D284E
5#182241
6#131B34
7#0E1427
8#0A0D1A
9#05070D
Tints
Lighter variations
1#39509B
2#425CB3
3#566FC0
4#6E83C9
5#8698D2
6#9EACDB
7#B6C1E4
8#CFD6ED
9#E7EAF6
Tones
Muted variations
1#34467E
2#38487A
3#3D4A76
4#414C72
5#454E6E
6#49506A
7#4D5366
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B6 #A9B6DF | BordersInactive statesPlaceholder text |
| 400 | 7D90 #7D90CF | Disabled statesSecondary iconsMuted text |
| 500 | 5770 #5770C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D55 #3D55A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3043 #304382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2230 #22305D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6ED;
--charcoal-300: #A9B6DF;
--charcoal-400: #7D90CF;
--charcoal-500: #5770C1;
--charcoal-600: #3D55A4;
--charcoal-700: #304382;
--charcoal-800: #22305D;
--charcoal-900: #161F3C;
--charcoal-950: #0E1325;
}