Charcoal
#2B4E55
CyanColor Codes
All color formats for development
HEX
#2B4E55RGB
rgb(43, 78, 85)HSL
hsl(190, 33%, 25%)OKLCH
oklch(0.4 0.042 211.9)CMYK
cmyk(49%, 8%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26464C
2#223E44
3#1E363B
4#1A2F33
5#15272A
6#111F22
7#0D1719
8#091011
9#040808
Tints
Lighter variations
1#38656E
2#447C88
3#5194A1
4#66A5B2
5#80B4BF
6#99C3CC
7#B3D2D9
8#CCE1E5
9#E6F0F2
Tones
Muted variations
1#2D4C53
2#2F4B51
3#314A4E
4#33484C
5#35474A
6#374548
7#394446
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 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E5 #D3E5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D1 #B1D1D8 | BordersInactive statesPlaceholder text |
| 400 | 88B9 #88B9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A5 #66A5B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B89 #4B8995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6D #3C6D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4E #2B4E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B32 #1B3236 | 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: #88B9C3;
--charcoal-500: #66A5B2;
--charcoal-600: #4B8995;
--charcoal-700: #3C6D77;
--charcoal-800: #2B4E55;
--charcoal-900: #1B3236;
--charcoal-950: #111F22;
}