Charcoal
#30314F
BlueColor Codes
All color formats for development
HEX
#30314FRGB
rgb(48, 49, 79)HSL
hsl(238, 24%, 25%)OKLCH
oklch(0.327 0.053 281.6)CMYK
cmyk(39%, 38%, 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#3F4067
2#4E4F7E
3#5C5E96
4#7173A8
5#888AB6
6#A0A1C5
7#B8B9D3
8#D0D0E2
9#E7E8F0
Tones
Muted variations
1#32334E
2#34344C
3#35364A
4#373749
5#383947
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 | B6B7 #B6B7D2 | BordersInactive statesPlaceholder text |
| 400 | 9092 #9092BB | Disabled statesSecondary iconsMuted text |
| 500 | 7173 #7173A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5557 #55578B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4445 #44456F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3031 #30314F | 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: #D6D6E6;
--charcoal-300: #B6B7D2;
--charcoal-400: #9092BB;
--charcoal-500: #7173A8;
--charcoal-600: #55578B;
--charcoal-700: #44456F;
--charcoal-800: #30314F;
--charcoal-900: #1F2033;
--charcoal-950: #131420;
}