Charcoal
#30394F
BlueColor Codes
All color formats for development
HEX
#30394FRGB
rgb(48, 57, 79)HSL
hsl(223, 24%, 25%)OKLCH
oklch(0.346 0.041 267.1)CMYK
cmyk(39%, 28%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3347
2#272E3F
3#222837
4#1D222F
5#181D28
6#131720
7#0F1118
8#0A0B10
9#050608
Tints
Lighter variations
1#3F4A67
2#4E5B7E
3#5C6D96
4#7180A8
5#8895B6
6#A0ABC5
7#B8C0D3
8#D0D5E2
9#E7EAF0
Tones
Muted variations
1#323A4E
2#343A4C
3#353B4A
4#373C49
5#383C47
6#3A3D46
7#3B3E44
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED2 | BordersInactive statesPlaceholder text |
| 400 | 909C #909CBB | Disabled statesSecondary iconsMuted text |
| 500 | 7180 #7180A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4450 #44506F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #30394F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D6DAE6;
--charcoal-300: #B6BED2;
--charcoal-400: #909CBB;
--charcoal-500: #7180A8;
--charcoal-600: #55658B;
--charcoal-700: #44506F;
--charcoal-800: #30394F;
--charcoal-900: #1F2533;
--charcoal-950: #131720;
}