Charcoal
#304350
BlueColor Codes
All color formats for development
HEX
#304350RGB
rgb(48, 67, 80)HSL
hsl(204, 25%, 25%)OKLCH
oklch(0.372 0.033 238.7)CMYK
cmyk(40%, 16%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3C48
2#263640
3#212F38
4#1D2830
5#182128
6#131B20
7#0E1418
8#0A0D10
9#050708
Tints
Lighter variations
1#3E5768
2#4D6B80
3#5B7F97
4#7092A9
5#87A4B7
6#9FB6C6
7#B7C8D4
8#CFDBE2
9#E7EDF1
Tones
Muted variations
1#31434E
2#33424D
3#35424B
4#364249
5#384148
6#394146
7#3B4145
8#3D4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABC | Disabled statesSecondary iconsMuted text |
| 500 | 7092 #7092A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5476 #54768C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435E #435E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #304350 | 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: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D6E0E6;
--charcoal-300: #B6C7D3;
--charcoal-400: #8FAABC;
--charcoal-500: #7092A9;
--charcoal-600: #54768C;
--charcoal-700: #435E70;
--charcoal-800: #304350;
--charcoal-900: #1F2B33;
--charcoal-950: #131B20;
}