Charcoal
#304650
BlueColor Codes
All color formats for development
HEX
#304650RGB
rgb(48, 70, 80)HSL
hsl(199, 25%, 25%)OKLCH
oklch(0.38 0.032 227.9)CMYK
cmyk(40%, 12%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3F48
2#263840
3#213138
4#1D2A30
5#182328
6#131C20
7#0E1518
8#0A0E10
9#050708
Tints
Lighter variations
1#3E5A68
2#4D6F80
3#5B8497
4#7097A9
5#87A8B7
6#9FBAC6
7#B7CBD4
8#CFDCE2
9#E7EEF1
Tones
Muted variations
1#31454E
2#33444D
3#35444B
4#364349
5#384348
6#394246
7#3B4245
8#3D4143
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD3 | BordersInactive statesPlaceholder text |
| 400 | 8FAE #8FAEBC | Disabled statesSecondary iconsMuted text |
| 500 | 7097 #7097A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #304650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2D #1F2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EFF2;
--charcoal-200: #D6E1E6;
--charcoal-300: #B6CAD3;
--charcoal-400: #8FAEBC;
--charcoal-500: #7097A9;
--charcoal-600: #547A8C;
--charcoal-700: #436170;
--charcoal-800: #304650;
--charcoal-900: #1F2D33;
--charcoal-950: #131C20;
}