Charcoal
#23585C
CyanColor Codes
All color formats for development
HEX
#23585CRGB
rgb(35, 88, 92)HSL
hsl(184, 45%, 25%)OKLCH
oklch(0.427 0.056 202.1)CMYK
cmyk(62%, 4%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205053
2#1C474A
3#193E41
4#153537
5#122C2E
6#0E2325
7#0B1B1C
8#071212
9#040909
Tints
Lighter variations
1#2E7378
2#388E94
3#43A8B0
4#59B9C0
5#74C5CA
6#90D0D5
7#ACDCDF
8#C8E8EA
9#E3F3F4
Tones
Muted variations
1#26565A
2#295457
3#2C5154
4#2F4F51
5#314C4E
6#344A4B
7#374748
8#3A4545
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADB #AADBDF | BordersInactive statesPlaceholder text |
| 400 | 7EC9 #7EC9CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B9 #59B9C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9C #3E9CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317C #317C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2359 #23595C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #CFEBED;
--charcoal-300: #AADBDF;
--charcoal-400: #7EC9CE;
--charcoal-500: #59B9C0;
--charcoal-600: #3E9CA3;
--charcoal-700: #317C81;
--charcoal-800: #23595C;
--charcoal-900: #16393B;
--charcoal-950: #0E2325;
}