Charcoal
#304950
CyanColor Codes
All color formats for development
HEX
#304950RGB
rgb(48, 73, 80)HSL
hsl(193, 25%, 25%)OKLCH
oklch(0.388 0.033 217.2)CMYK
cmyk(40%, 9%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4248
2#263A40
3#213338
4#1D2C30
5#182428
6#131D20
7#0E1618
8#0A0F10
9#050708
Tints
Lighter variations
1#3E5F68
2#4D7480
3#5B8A97
4#709DA9
5#87ADB7
6#9FBDC6
7#B7CED4
8#CFDEE2
9#E7EFF1
Tones
Muted variations
1#31484E
2#33474D
3#35464B
4#364549
5#384448
6#394346
7#3B4245
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB2 #8FB2BC | Disabled statesSecondary iconsMuted text |
| 500 | 709D #709DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5480 #54808C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4366 #436670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #304950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CDD3;
--charcoal-400: #8FB2BC;
--charcoal-500: #709DA9;
--charcoal-600: #54808C;
--charcoal-700: #436670;
--charcoal-800: #304950;
--charcoal-900: #1F2F33;
--charcoal-950: #131D20;
}