Charcoal
#295357
CyanColor Codes
All color formats for development
HEX
#295357RGB
rgb(41, 83, 87)HSL
hsl(185, 36%, 25%)OKLCH
oklch(0.414 0.047 203.6)CMYK
cmyk(53%, 5%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#254B4E
2#214245
3#1D3A3D
4#183234
5#14292B
6#102123
7#0C191A
8#081111
9#040809
Tints
Lighter variations
1#356C71
2#41858B
3#4E9DA5
4#63AFB6
5#7DBCC2
6#97C9CE
7#B1D7DA
8#CBE4E7
9#E5F2F3
Tones
Muted variations
1#2B5154
2#2D4F52
3#304D50
4#324B4E
5#34494B
6#374749
7#394547
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 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6D9 | BordersInactive statesPlaceholder text |
| 400 | 86C1 #86C1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AF #63AFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4892 #489299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3974 #397479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2953 #295357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD6D9;
--charcoal-400: #86C1C6;
--charcoal-500: #63AFB6;
--charcoal-600: #489299;
--charcoal-700: #397479;
--charcoal-800: #295357;
--charcoal-900: #1A3537;
--charcoal-950: #102123;
}