Charcoal
#2B5255
CyanColor Codes
All color formats for development
HEX
#2B5255RGB
rgb(43, 82, 85)HSL
hsl(184, 33%, 25%)OKLCH
oklch(0.411 0.045 202)CMYK
cmyk(49%, 4%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#264A4C
2#224244
3#1E393B
4#1A3133
5#15292A
6#112122
7#0D1919
8#091011
9#040808
Tints
Lighter variations
1#386B6E
2#448388
3#519CA1
4#66ADB2
5#80BBBF
6#99C8CC
7#B3D6D9
8#CCE4E5
9#E6F1F2
Tones
Muted variations
1#2D5053
2#2F4E51
3#314D4E
4#334B4C
5#35494A
6#374748
7#394546
8#3C4344
9#3E4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D5 #B1D5D8 | BordersInactive statesPlaceholder text |
| 400 | 88BF #88BFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AD #66ADB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B90 #4B9095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C73 #3C7377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B52 #2B5255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F2F3;
--charcoal-200: #D3E7E9;
--charcoal-300: #B1D5D8;
--charcoal-400: #88BFC3;
--charcoal-500: #66ADB2;
--charcoal-600: #4B9095;
--charcoal-700: #3C7377;
--charcoal-800: #2B5255;
--charcoal-900: #1B3436;
--charcoal-950: #112122;
}