Charcoal
#2B4C55
CyanColor Codes
All color formats for development
HEX
#2B4C55RGB
rgb(43, 76, 85)HSL
hsl(193, 33%, 25%)OKLCH
oklch(0.395 0.041 217.2)CMYK
cmyk(49%, 11%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26444C
2#223D44
3#1E353B
4#1A2D33
5#15262A
6#111E22
7#0D1719
8#090F11
9#040808
Tints
Lighter variations
1#38626E
2#447988
3#5190A1
4#66A2B2
5#80B1BF
6#99C1CC
7#B3D0D9
8#CCE0E5
9#E6EFF2
Tones
Muted variations
1#2D4A53
2#2F4951
3#31484E
4#33474C
5#35464A
6#374548
7#394346
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 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CF #B1CFD8 | BordersInactive statesPlaceholder text |
| 400 | 88B6 #88B6C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A2 #66A2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B85 #4B8595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6A #3C6A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4C #2B4C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F0F3;
--charcoal-200: #D3E4E9;
--charcoal-300: #B1CFD8;
--charcoal-400: #88B6C3;
--charcoal-500: #66A2B2;
--charcoal-600: #4B8595;
--charcoal-700: #3C6A77;
--charcoal-800: #2B4C55;
--charcoal-900: #1B3036;
--charcoal-950: #111E22;
}