Charcoal
#2D5252
CyanColor Codes
All color formats for development
HEX
#2D5252RGB
rgb(45, 82, 82)HSL
hsl(180, 29%, 25%)OKLCH
oklch(0.411 0.043 195.6)CMYK
cmyk(45%, 0%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294A4A
2#244242
3#203A3A
4#1B3131
5#172929
6#122121
7#0E1919
8#091010
9#050808
Tints
Lighter variations
1#3B6B6B
2#488484
3#569C9C
4#6BAEAE
5#84BBBB
6#9CC9C9
7#B5D6D6
8#CEE4E4
9#E6F1F1
Tones
Muted variations
1#2F5050
2#314F4F
3#334D4D
4#354B4B
5#374949
6#384747
7#3A4545
8#3C4343
9#3E4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E8F2F2;
--charcoal-200: #D4E7E7;
--charcoal-300: #B3D5D5;
--charcoal-400: #8CC0C0;
--charcoal-500: #6BAEAE;
--charcoal-600: #509191;
--charcoal-700: #3F7373;
--charcoal-800: #2D5252;
--charcoal-900: #1D3535;
--charcoal-950: #122121;
}