Charcoal
#2B4D55
CyanColor Codes
All color formats for development
HEX
#2B4D55RGB
rgb(43, 77, 85)HSL
hsl(191, 33%, 25%)OKLCH
oklch(0.398 0.042 214.5)CMYK
cmyk(49%, 9%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26454C
2#223E44
3#1E363B
4#1A2E33
5#15272A
6#111F22
7#0D1719
8#090F11
9#040808
Tints
Lighter variations
1#38646E
2#447B88
3#5192A1
4#66A4B2
5#80B3BF
6#99C2CC
7#B3D2D9
8#CCE1E5
9#E6F0F2
Tones
Muted variations
1#2D4C53
2#2F4A51
3#31494E
4#33484C
5#35464A
6#374548
7#394446
8#3C4244
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E5 #D3E5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D1 #B1D1D8 | BordersInactive statesPlaceholder text |
| 400 | 88B8 #88B8C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A4 #66A4B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B88 #4B8895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6C #3C6C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4D #2B4D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B31 #1B3136 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F3;
--charcoal-200: #D3E5E9;
--charcoal-300: #B1D1D8;
--charcoal-400: #88B8C3;
--charcoal-500: #66A4B2;
--charcoal-600: #4B8895;
--charcoal-700: #3C6C77;
--charcoal-800: #2B4D55;
--charcoal-900: #1B3136;
--charcoal-950: #111F22;
}