Charcoal
#303550
BlueColor Codes
All color formats for development
HEX
#303550RGB
rgb(48, 53, 80)HSL
hsl(231, 25%, 25%)OKLCH
oklch(0.337 0.048 275.5)CMYK
cmyk(40%, 34%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2F48
2#262A40
3#212538
4#1D2030
5#181A28
6#131520
7#0E1018
8#0A0B10
9#050508
Tints
Lighter variations
1#3E4468
2#4D5480
3#5B6497
4#7078A9
5#878FB7
6#9FA5C6
7#B7BCD4
8#CFD2E2
9#E7E9F1
Tones
Muted variations
1#31364E
2#33374D
3#35384B
4#363949
5#383A48
6#393B46
7#3B3C45
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BA #B6BAD3 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BC | Disabled statesSecondary iconsMuted text |
| 500 | 7078 #7078A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545D #545D8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434A #434A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #303550 | 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: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D6D8E6;
--charcoal-300: #B6BAD3;
--charcoal-400: #8F96BC;
--charcoal-500: #7078A9;
--charcoal-600: #545D8C;
--charcoal-700: #434A70;
--charcoal-800: #303550;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}