Charcoal
#304B50
CyanColor Codes
All color formats for development
HEX
#304B50RGB
rgb(48, 75, 80)HSL
hsl(189, 25%, 25%)OKLCH
oklch(0.393 0.034 210.4)CMYK
cmyk(40%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4348
2#263C40
3#213438
4#1D2D30
5#182528
6#131E20
7#0E1618
8#0A0F10
9#050708
Tints
Lighter variations
1#3E6168
2#4D7880
3#5B8E97
4#70A0A9
5#87B0B7
6#9FC0C6
7#B7D0D4
8#CFDFE2
9#E7EFF1
Tones
Muted variations
1#314A4E
2#33494D
3#35484B
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 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CF #B6CFD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB5 #8FB5BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A0 #70A0A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5484 #54848C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4369 #436970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304B #304B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | 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: #D6E4E6;
--charcoal-300: #B6CFD3;
--charcoal-400: #8FB5BC;
--charcoal-500: #70A0A9;
--charcoal-600: #54848C;
--charcoal-700: #436970;
--charcoal-800: #304B50;
--charcoal-900: #1F3033;
--charcoal-950: #131E20;
}