Charcoal
#304F4F
CyanColor Codes
All color formats for development
HEX
#304F4FRGB
rgb(48, 79, 79)HSL
hsl(180, 24%, 25%)OKLCH
oklch(0.404 0.037 195.8)CMYK
cmyk(39%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4747
2#273F3F
3#223737
4#1D2F2F
5#182828
6#132020
7#0F1818
8#0A1010
9#050808
Tints
Lighter variations
1#3F6767
2#4E7E7E
3#5C9696
4#71A8A8
5#88B6B6
6#A0C5C5
7#B8D3D3
8#D0E2E2
9#E7F0F0
Tones
Muted variations
1#324E4E
2#344C4C
3#354A4A
4#374949
5#384747
6#3A4646
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 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BB #90BBBB | Disabled statesSecondary iconsMuted text |
| 500 | 71A8 #71A8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558B #558B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446F #446F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D6E6E6;
--charcoal-300: #B6D2D2;
--charcoal-400: #90BBBB;
--charcoal-500: #71A8A8;
--charcoal-600: #558B8B;
--charcoal-700: #446F6F;
--charcoal-800: #304F4F;
--charcoal-900: #1F3333;
--charcoal-950: #132020;
}