Charcoal
#304A50
CyanColor Codes
All color formats for development
HEX
#304A50RGB
rgb(48, 74, 80)HSL
hsl(191, 25%, 25%)OKLCH
oklch(0.391 0.033 213.7)CMYK
cmyk(40%, 7%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4248
2#263B40
3#213438
4#1D2C30
5#182528
6#131E20
7#0E1618
8#0A0F10
9#050708
Tints
Lighter variations
1#3E6068
2#4D7680
3#5B8C97
4#709EA9
5#87AFB7
6#9FBFC6
7#B7CFD4
8#CFDFE2
9#E7EFF1
Tones
Muted variations
1#31494E
2#33484D
3#35474B
4#364649
5#384548
6#394446
7#3B4345
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED3 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BC | Disabled statesSecondary iconsMuted text |
| 500 | 709E #709EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5482 #54828C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4367 #436770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CED3;
--charcoal-400: #8FB4BC;
--charcoal-500: #709EA9;
--charcoal-600: #54828C;
--charcoal-700: #436770;
--charcoal-800: #304A50;
--charcoal-900: #1F2F33;
--charcoal-950: #131E20;
}