Charcoal
#30354F
BlueColor Codes
All color formats for development
HEX
#30354FRGB
rgb(48, 53, 79)HSL
hsl(230, 24%, 25%)OKLCH
oklch(0.336 0.046 275.3)CMYK
cmyk(39%, 33%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3047
2#272B3F
3#222537
4#1D202F
5#181B28
6#131520
7#0F1018
8#0A0B10
9#050508
Tints
Lighter variations
1#3F4667
2#4E567E
3#5C6696
4#717AA8
5#8890B6
6#A0A6C5
7#B8BCD3
8#D0D3E2
9#E7E9F0
Tones
Muted variations
1#32374E
2#34384C
3#35394A
4#373A49
5#383B47
6#3A3C46
7#3B3D44
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 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD2 | BordersInactive statesPlaceholder text |
| 400 | 9097 #9097BB | Disabled statesSecondary iconsMuted text |
| 500 | 717A #717AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555E #555E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444B #444B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #30364F | 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: #D6D9E6;
--charcoal-300: #B6BBD2;
--charcoal-400: #9097BB;
--charcoal-500: #717AA8;
--charcoal-600: #555E8B;
--charcoal-700: #444B6F;
--charcoal-800: #30364F;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}