Charcoal
#2B5555
CyanColor Codes
All color formats for development
HEX
#2B5555RGB
rgb(43, 85, 85)HSL
hsl(180, 33%, 25%)OKLCH
oklch(0.419 0.047 195.5)CMYK
cmyk(49%, 0%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#264C4C
2#224444
3#1E3B3B
4#1A3333
5#152A2A
6#112222
7#0D1919
8#091111
9#040808
Tints
Lighter variations
1#386E6E
2#448888
3#51A1A1
4#66B2B2
5#80BFBF
6#99CCCC
7#B3D9D9
8#CCE5E5
9#E6F2F2
Tones
Muted variations
1#2D5353
2#2F5151
3#314E4E
4#334C4C
5#354A4A
6#374848
7#394646
8#3C4444
9#3E4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F3;
--charcoal-200: #D3E9E9;
--charcoal-300: #B1D8D8;
--charcoal-400: #88C3C3;
--charcoal-500: #66B2B2;
--charcoal-600: #4B9595;
--charcoal-700: #3C7777;
--charcoal-800: #2B5555;
--charcoal-900: #1B3636;
--charcoal-950: #112222;
}