Charcoal
#30484F
CyanColor Codes
All color formats for development
HEX
#30484FRGB
rgb(48, 72, 79)HSL
hsl(194, 24%, 25%)OKLCH
oklch(0.385 0.032 217.9)CMYK
cmyk(39%, 9%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4147
2#273A3F
3#223237
4#1D2B2F
5#182428
6#131D20
7#0F1618
8#0A0E10
9#050708
Tints
Lighter variations
1#3F5D67
2#4E737E
3#5C8996
4#719BA8
5#88ACB6
6#A0BCC5
7#B8CDD3
8#D0DEE2
9#E7EEF0
Tones
Muted variations
1#32474E
2#34464C
3#35454A
4#374549
5#384447
6#3A4346
7#3B4244
8#3D4143
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD2 | BordersInactive statesPlaceholder text |
| 400 | 90B1 #90B1BB | Disabled statesSecondary iconsMuted text |
| 500 | 719B #719BA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557F #557F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4465 #44656F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #30484F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2E #1F2E33 | 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: #E9EFF1;
--charcoal-200: #D6E2E6;
--charcoal-300: #B6CCD2;
--charcoal-400: #90B1BB;
--charcoal-500: #719BA8;
--charcoal-600: #557F8B;
--charcoal-700: #44656F;
--charcoal-800: #30484F;
--charcoal-900: #1F2E33;
--charcoal-950: #131D20;
}