Charcoal
#30324F
BlueColor Codes
All color formats for development
HEX
#30324FRGB
rgb(48, 50, 79)HSL
hsl(236, 24%, 25%)OKLCH
oklch(0.329 0.051 280.2)CMYK
cmyk(39%, 37%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C2D47
2#27283F
3#222337
4#1D1E2F
5#181928
6#131420
7#0F0F18
8#0A0A10
9#050508
Tints
Lighter variations
1#3F4267
2#4E517E
3#5C6096
4#7174A8
5#888BB6
6#A0A3C5
7#B8BAD3
8#D0D1E2
9#E7E8F0
Tones
Muted variations
1#32344E
2#34354C
3#35364A
4#373849
5#383947
6#3A3A46
7#3B3C44
8#3D3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D2 | BordersInactive statesPlaceholder text |
| 400 | 9093 #9093BB | Disabled statesSecondary iconsMuted text |
| 500 | 7174 #7174A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5559 #55598B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4447 #44476F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #30324F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B8D2;
--charcoal-400: #9093BB;
--charcoal-500: #7174A8;
--charcoal-600: #55598B;
--charcoal-700: #44476F;
--charcoal-800: #30324F;
--charcoal-900: #1F2033;
--charcoal-950: #131420;
}