Charcoal
#23555C
CyanColor Codes
All color formats for development
HEX
#23555CRGB
rgb(35, 85, 92)HSL
hsl(187, 45%, 25%)OKLCH
oklch(0.419 0.054 207.7)CMYK
cmyk(62%, 8%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204D53
2#1C454A
3#193C41
4#153337
5#122B2E
6#0E2225
7#0B1A1C
8#071112
9#040909
Tints
Lighter variations
1#2E6F78
2#388994
3#43A3B0
4#59B4C0
5#74C0CA
6#90CDD5
7#ACD9DF
8#C8E6EA
9#E3F2F4
Tones
Muted variations
1#26545A
2#295157
3#2C4F54
4#2F4D51
5#314B4E
6#34494B
7#374648
8#3A4445
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD9 #AAD9DF | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B4 #59B4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E97 #3E97A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3178 #317881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2356 #23565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE9ED;
--charcoal-300: #AAD9DF;
--charcoal-400: #7EC5CE;
--charcoal-500: #59B4C0;
--charcoal-600: #3E97A3;
--charcoal-700: #317881;
--charcoal-800: #23565C;
--charcoal-900: #16373B;
--charcoal-950: #0E2225;
}