Charcoal
#30384F
BlueColor Codes
All color formats for development
HEX
#30384FRGB
rgb(48, 56, 79)HSL
hsl(225, 24%, 25%)OKLCH
oklch(0.344 0.042 269.3)CMYK
cmyk(39%, 29%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3247
2#272D3F
3#222737
4#1D222F
5#181C28
6#131620
7#0F1118
8#0A0B10
9#050608
Tints
Lighter variations
1#3F4967
2#4E5A7E
3#5C6B96
4#717EA8
5#8894B6
6#A0A9C5
7#B8BFD3
8#D0D4E2
9#E7EAF0
Tones
Muted variations
1#32394E
2#343A4C
3#353A4A
4#373B49
5#383C47
6#3A3D46
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD2 | BordersInactive statesPlaceholder text |
| 400 | 909B #909BBB | Disabled statesSecondary iconsMuted text |
| 500 | 717E #717EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5563 #55638B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444F #444F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #30384F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D6DAE6;
--charcoal-300: #B6BDD2;
--charcoal-400: #909BBB;
--charcoal-500: #717EA8;
--charcoal-600: #55638B;
--charcoal-700: #444F6F;
--charcoal-800: #30384F;
--charcoal-900: #1F2433;
--charcoal-950: #131620;
}