Charcoal
#30304F
BlueColor Codes
All color formats for development
HEX
#30304FRGB
rgb(48, 48, 79)HSL
hsl(240, 24%, 25%)OKLCH
oklch(0.324 0.055 282.9)CMYK
cmyk(39%, 39%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C2C47
2#27273F
3#222237
4#1D1D2F
5#181828
6#131320
7#0F0F18
8#0A0A10
9#050508
Tints
Lighter variations
1#3F3F67
2#4E4E7E
3#5C5C96
4#7171A8
5#8888B6
6#A0A0C5
7#B8B8D3
8#D0D0E2
9#E7E7F0
Tones
Muted variations
1#32324E
2#34344C
3#35354A
4#373749
5#383847
6#3A3A46
7#3B3B44
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 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D2 | BordersInactive statesPlaceholder text |
| 400 | 9090 #9090BB | Disabled statesSecondary iconsMuted text |
| 500 | 7171 #7171A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5555 #55558B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4444 #44446F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #30304F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D6D6E6;
--charcoal-300: #B6B6D2;
--charcoal-400: #9090BB;
--charcoal-500: #7171A8;
--charcoal-600: #55558B;
--charcoal-700: #44446F;
--charcoal-800: #30304F;
--charcoal-900: #1F1F33;
--charcoal-950: #131320;
}