Charcoal
#30494F
CyanColor Codes
All color formats for development
HEX
#30494FRGB
rgb(48, 73, 79)HSL
hsl(192, 24%, 25%)OKLCH
oklch(0.388 0.032 214.4)CMYK
cmyk(39%, 8%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4247
2#273A3F
3#223337
4#1D2C2F
5#182428
6#131D20
7#0F1618
8#0A0F10
9#050708
Tints
Lighter variations
1#3F5F67
2#4E757E
3#5C8B96
4#719DA8
5#88ADB6
6#A0BEC5
7#B8CED3
8#D0DEE2
9#E7EFF0
Tones
Muted variations
1#32484E
2#34474C
3#35464A
4#374549
5#384447
6#3A4346
7#3B4344
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719D #719DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5580 #55808B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4466 #44666F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | 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: #F6F8F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CDD2;
--charcoal-400: #90B3BB;
--charcoal-500: #719DA8;
--charcoal-600: #55808B;
--charcoal-700: #44666F;
--charcoal-800: #30494F;
--charcoal-900: #1F2F33;
--charcoal-950: #131D20;
}