Charcoal
#234F5C
CyanColor Codes
All color formats for development
HEX
#234F5CRGB
rgb(35, 79, 92)HSL
hsl(194, 45%, 25%)OKLCH
oklch(0.402 0.053 219.8)CMYK
cmyk(62%, 14%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204753
2#1C3F4A
3#193741
4#152F37
5#12282E
6#0E2025
7#0B181C
8#071012
9#040809
Tints
Lighter variations
1#2E6778
2#387E94
3#4396B0
4#59A8C0
5#74B6CA
6#90C5D5
7#ACD3DF
8#C8E2EA
9#E3F0F4
Tones
Muted variations
1#264E5A
2#294C57
3#2C4A54
4#2F4951
5#31474E
6#34464B
7#374448
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 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | 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: #E5F1F5;
--charcoal-200: #CFE6ED;
--charcoal-300: #AAD2DF;
--charcoal-400: #7EBBCE;
--charcoal-500: #59A8C0;
--charcoal-600: #3E8BA3;
--charcoal-700: #316F81;
--charcoal-800: #234F5C;
--charcoal-900: #16333B;
--charcoal-950: #0E2025;
}