Charcoal
#304E4F
CyanColor Codes
All color formats for development
HEX
#304E4FRGB
rgb(48, 78, 79)HSL
hsl(182, 24%, 25%)OKLCH
oklch(0.401 0.036 198.5)CMYK
cmyk(39%, 1%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4647
2#273E3F
3#223737
4#1D2F2F
5#182728
6#131F20
7#0F1718
8#0A1010
9#050808
Tints
Lighter variations
1#3F6567
2#4E7D7E
3#5C9496
4#71A6A8
5#88B5B6
6#A0C4C5
7#B8D2D3
8#D0E1E2
9#E7F0F0
Tones
Muted variations
1#324D4E
2#344B4C
3#354A4A
4#374849
5#384747
6#3A4546
7#3B4444
8#3D4343
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 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A6 #71A6A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5589 #55898B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | 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: #90BABB;
--charcoal-500: #71A6A8;
--charcoal-600: #55898B;
--charcoal-700: #446D6F;
--charcoal-800: #304E4F;
--charcoal-900: #1F3233;
--charcoal-950: #131F20;
}