Charcoal
#2B5155
CyanColor Codes
All color formats for development
HEX
#2B5155RGB
rgb(43, 81, 85)HSL
hsl(186, 33%, 25%)OKLCH
oklch(0.408 0.044 204.4)CMYK
cmyk(49%, 5%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26494C
2#224044
3#1E383B
4#1A3033
5#15282A
6#112022
7#0D1819
8#091011
9#040808
Tints
Lighter variations
1#38696E
2#448188
3#5199A1
4#66ABB2
5#80B9BF
6#99C7CC
7#B3D5D9
8#CCE3E5
9#E6F1F2
Tones
Muted variations
1#2D4F53
2#2F4D51
3#314C4E
4#334A4C
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 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D4 #B1D4D8 | BordersInactive statesPlaceholder text |
| 400 | 88BD #88BDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AB #66ABB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8E #4B8E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C71 #3C7177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B51 #2B5155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | 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: #D3E7E9;
--charcoal-300: #B1D4D8;
--charcoal-400: #88BDC3;
--charcoal-500: #66ABB2;
--charcoal-600: #4B8E95;
--charcoal-700: #3C7177;
--charcoal-800: #2B5155;
--charcoal-900: #1B3436;
--charcoal-950: #112022;
}