Charcoal
#30344F
BlueColor Codes
All color formats for development
HEX
#30344FRGB
rgb(48, 52, 79)HSL
hsl(232, 24%, 25%)OKLCH
oklch(0.334 0.048 277)CMYK
cmyk(39%, 34%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C2F47
2#272A3F
3#222537
4#1D202F
5#181A28
6#131520
7#0F1018
8#0A0B10
9#050508
Tints
Lighter variations
1#3F4467
2#4E547E
3#5C6496
4#7178A8
5#888FB6
6#A0A5C5
7#B8BCD3
8#D0D2E2
9#E7E9F0
Tones
Muted variations
1#32364E
2#34374C
3#35384A
4#373949
5#383A47
6#3A3B46
7#3B3C44
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BA #B6BAD2 | BordersInactive statesPlaceholder text |
| 400 | 9096 #9096BB | Disabled statesSecondary iconsMuted text |
| 500 | 7178 #7178A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555C #555C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444A #444A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #30354F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D6D8E6;
--charcoal-300: #B6BAD2;
--charcoal-400: #9096BB;
--charcoal-500: #7178A8;
--charcoal-600: #555C8B;
--charcoal-700: #444A6F;
--charcoal-800: #30354F;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}