Charcoal
#23505C
CyanColor Codes
All color formats for development
HEX
#23505CRGB
rgb(35, 80, 92)HSL
hsl(193, 45%, 25%)OKLCH
oklch(0.405 0.053 217.7)CMYK
cmyk(62%, 13%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204853
2#1C404A
3#193841
4#153037
5#12282E
6#0E2025
7#0B181C
8#071012
9#040809
Tints
Lighter variations
1#2E6878
2#388094
3#4398B0
4#59AAC0
5#74B8CA
6#90C6D5
7#ACD4DF
8#C8E3EA
9#E3F1F4
Tones
Muted variations
1#264E5A
2#294D57
3#2C4B54
4#2F4A51
5#31484E
6#34464B
7#374548
8#3A4345
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD3 #AAD3DF | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59AA #59AAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8D #3E8DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3170 #317081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2350 #23505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE6ED;
--charcoal-300: #AAD3DF;
--charcoal-400: #7EBDCE;
--charcoal-500: #59AAC0;
--charcoal-600: #3E8DA3;
--charcoal-700: #317081;
--charcoal-800: #23505C;
--charcoal-900: #16333B;
--charcoal-950: #0E2025;
}