Charcoal
#2B5055
CyanColor Codes
All color formats for development
HEX
#2B5055RGB
rgb(43, 80, 85)HSL
hsl(187, 33%, 25%)OKLCH
oklch(0.406 0.043 206.8)CMYK
cmyk(49%, 6%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26484C
2#224044
3#1E383B
4#1A3033
5#15282A
6#112022
7#0D1819
8#091011
9#040808
Tints
Lighter variations
1#38686E
2#448088
3#5198A1
4#66A9B2
5#80B8BF
6#99C6CC
7#B3D4D9
8#CCE2E5
9#E6F1F2
Tones
Muted variations
1#2D4E53
2#2F4D51
3#314B4E
4#33494C
5#35484A
6#374648
7#394546
8#3C4344
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BC #88BCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A9 #66A9B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8D #4B8D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C70 #3C7077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B50 #2B5055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B33 #1B3336 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F2F3;
--charcoal-200: #D3E6E9;
--charcoal-300: #B1D3D8;
--charcoal-400: #88BCC3;
--charcoal-500: #66A9B2;
--charcoal-600: #4B8D95;
--charcoal-700: #3C7077;
--charcoal-800: #2B5055;
--charcoal-900: #1B3336;
--charcoal-950: #112022;
}