Charcoal
#2F5050
CyanColor Codes
All color formats for development
HEX
#2F5050RGB
rgb(47, 80, 80)HSL
hsl(180, 26%, 25%)OKLCH
oklch(0.406 0.039 195.7)CMYK
cmyk(41%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4848
2#264040
3#213838
4#1C3030
5#182828
6#132020
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3D6868
2#4B8181
3#5A9999
4#6EAAAA
5#87B8B8
6#9FC6C6
7#B7D5D5
8#CFE3E3
9#E7F1F1
Tones
Muted variations
1#314F4F
2#324D4D
3#344B4B
4#364A4A
5#374848
6#394646
7#3B4545
8#3C4343
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBD #8FBDBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EAA #6EAAAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538D #538D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4270 #427070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F50 #2F5050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3333 | 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: #F5F9F9;
--charcoal-100: #E9F2F2;
--charcoal-200: #D5E6E6;
--charcoal-300: #B5D4D4;
--charcoal-400: #8FBDBD;
--charcoal-500: #6EAAAA;
--charcoal-600: #538D8D;
--charcoal-700: #427070;
--charcoal-800: #2F5050;
--charcoal-900: #1E3333;
--charcoal-950: #132020;
}