Charcoal
#304D4F
CyanColor Codes
All color formats for development
HEX
#304D4FRGB
rgb(48, 77, 79)HSL
hsl(184, 24%, 25%)OKLCH
oklch(0.398 0.035 201.4)CMYK
cmyk(39%, 3%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4547
2#273E3F
3#223637
4#1D2E2F
5#182728
6#131F20
7#0F1718
8#0A0F10
9#050808
Tints
Lighter variations
1#3F6467
2#4E7B7E
3#5C9296
4#71A4A8
5#88B3B6
6#A0C2C5
7#B8D2D3
8#D0E1E2
9#E7F0F0
Tones
Muted variations
1#324C4E
2#344A4C
3#35494A
4#374849
5#384647
6#3A4546
7#3B4444
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 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90B8 #90B8BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A4 #71A4A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5588 #55888B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446C #446C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304D #304D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D6E5E6;
--charcoal-300: #B6D1D2;
--charcoal-400: #90B8BB;
--charcoal-500: #71A4A8;
--charcoal-600: #55888B;
--charcoal-700: #446C6F;
--charcoal-800: #304D4F;
--charcoal-900: #1F3133;
--charcoal-950: #131F20;
}