Charcoal
#295557
CyanColor Codes
All color formats for development
HEX
#295557RGB
rgb(41, 85, 87)HSL
hsl(183, 36%, 25%)OKLCH
oklch(0.419 0.049 199.4)CMYK
cmyk(53%, 2%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#254C4E
2#214445
3#1D3B3D
4#183334
5#142A2B
6#102223
7#0C191A
8#081111
9#040809
Tints
Lighter variations
1#356E71
2#41878B
3#4EA0A5
4#63B1B6
5#7DBEC2
6#97CBCE
7#B1D8DA
8#CBE5E7
9#E5F2F3
Tones
Muted variations
1#2B5254
2#2D5052
3#304E50
4#324C4E
5#344A4B
6#374849
7#394647
8#3B4444
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C3 #86C3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B1 #63B1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4895 #489599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3976 #397679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F4;
--charcoal-200: #D2E9EA;
--charcoal-300: #AFD7D9;
--charcoal-400: #86C3C6;
--charcoal-500: #63B1B6;
--charcoal-600: #489599;
--charcoal-700: #397679;
--charcoal-800: #295457;
--charcoal-900: #1A3637;
--charcoal-950: #102223;
}