Charcoal
#304A4F
CyanColor Codes
All color formats for development
HEX
#304A4FRGB
rgb(48, 74, 79)HSL
hsl(190, 24%, 25%)OKLCH
oklch(0.39 0.033 210.9)CMYK
cmyk(39%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4347
2#273B3F
3#223437
4#1D2C2F
5#182528
6#131E20
7#0F1618
8#0A0F10
9#050708
Tints
Lighter variations
1#3F6067
2#4E767E
3#5C8D96
4#719FA8
5#88AFB6
6#A0BFC5
7#B8CFD3
8#D0DFE2
9#E7EFF0
Tones
Muted variations
1#32494E
2#34484C
3#35474A
4#374649
5#384547
6#3A4446
7#3B4344
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B4 #90B4BB | Disabled statesSecondary iconsMuted text |
| 500 | 719F #719FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5582 #55828B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | 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: #F6F9F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CED2;
--charcoal-400: #90B4BB;
--charcoal-500: #719FA8;
--charcoal-600: #55828B;
--charcoal-700: #44686F;
--charcoal-800: #304A4F;
--charcoal-900: #1F2F33;
--charcoal-950: #131E20;
}