Charcoal
#303382
BlueColor Codes
All color formats for development
HEX
#303382RGB
rgb(48, 51, 130)HSL
hsl(238, 46%, 35%)OKLCH
oklch(0.368 0.13 276.3)CMYK
cmyk(63%, 61%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2E75
2#272968
3#22245B
4#1D1F4E
5#181941
6#131434
7#0E0F27
8#0A0A1A
9#05050D
Tints
Lighter variations
1#393C9B
2#4246B3
3#5659C0
4#6E71C9
5#8689D2
6#9EA0DB
7#B6B8E4
8#CFD0ED
9#E7E7F6
Tones
Muted variations
1#34377E
2#383B7A
3#3D3E76
4#414272
5#45466E
6#494A6A
7#4D4E66
8#515261
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 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AB #A9ABDF | BordersInactive statesPlaceholder text |
| 400 | 7D7F #7D7FCF | Disabled statesSecondary iconsMuted text |
| 500 | 575B #575BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D40 #3D40A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3033 #303382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2224 #22245D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | 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: #E5E5F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #A9ABDF;
--charcoal-400: #7D7FCF;
--charcoal-500: #575BC1;
--charcoal-600: #3D40A4;
--charcoal-700: #303382;
--charcoal-800: #22245D;
--charcoal-900: #16173C;
--charcoal-950: #0E0F25;
}