Charcoal
#2D5052
CyanColor Codes
All color formats for development
HEX
#2D5052RGB
rgb(45, 80, 82)HSL
hsl(183, 29%, 25%)OKLCH
oklch(0.406 0.041 200.4)CMYK
cmyk(45%, 2%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29484A
2#244042
3#20383A
4#1B3031
5#172829
6#122021
7#0E1819
8#091010
9#050808
Tints
Lighter variations
1#3B696B
2#488184
3#56999C
4#6BAAAE
5#84B8BB
6#9CC6C9
7#B5D5D6
8#CEE3E4
9#E6F1F1
Tones
Muted variations
1#2F4F50
2#314D4F
3#334B4D
4#354A4B
5#374849
6#384647
7#3A4545
8#3C4343
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D4 #B3D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBD #8CBDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAA #6BAAAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508D #508D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F71 #3F7173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D50 #2D5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E8F2F2;
--charcoal-200: #D4E7E7;
--charcoal-300: #B3D4D5;
--charcoal-400: #8CBDC0;
--charcoal-500: #6BAAAE;
--charcoal-600: #508D91;
--charcoal-700: #3F7173;
--charcoal-800: #2D5052;
--charcoal-900: #1D3335;
--charcoal-950: #122021;
}