Charcoal
#30434F
BlueColor Codes
All color formats for development
HEX
#30434FRGB
rgb(48, 67, 79)HSL
hsl(203, 24%, 25%)OKLCH
oklch(0.372 0.032 236.5)CMYK
cmyk(39%, 15%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3D47
2#27363F
3#222F37
4#1D282F
5#182228
6#131B20
7#0F1418
8#0A0D10
9#050708
Tints
Lighter variations
1#3F5867
2#4E6C7E
3#5C8096
4#7193A8
5#88A5B6
6#A0B7C5
7#B8C9D3
8#D0DBE2
9#E7EDF0
Tones
Muted variations
1#32434E
2#34434C
3#35424A
4#374249
5#384247
6#3A4146
7#3B4144
8#3D4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D2 | BordersInactive statesPlaceholder text |
| 400 | 90AB #90ABBB | Disabled statesSecondary iconsMuted text |
| 500 | 7193 #7193A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5576 #55768B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445E #445E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #30434F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D6E0E6;
--charcoal-300: #B6C8D2;
--charcoal-400: #90ABBB;
--charcoal-500: #7193A8;
--charcoal-600: #55768B;
--charcoal-700: #445E6F;
--charcoal-800: #30434F;
--charcoal-900: #1F2B33;
--charcoal-950: #131B20;
}