Charcoal
#235C5C
CyanColor Codes
All color formats for development
HEX
#235C5CRGB
rgb(35, 92, 92)HSL
hsl(180, 45%, 25%)OKLCH
oklch(0.438 0.059 195.2)CMYK
cmyk(62%, 0%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205353
2#1C4A4A
3#194141
4#153737
5#122E2E
6#0E2525
7#0B1C1C
8#071212
9#040909
Tints
Lighter variations
1#2E7878
2#389494
3#43B0B0
4#59C0C0
5#74CACA
6#90D5D5
7#ACDFDF
8#C8EAEA
9#E3F4F4
Tones
Muted variations
1#265A5A
2#295757
3#2C5454
4#2F5151
5#314E4E
6#344B4B
7#374848
8#3A4545
9#3D4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADF #AADFDF | BordersInactive statesPlaceholder text |
| 400 | 7ECE #7ECECE | Disabled statesSecondary iconsMuted text |
| 500 | 59C0 #59C0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA3 #3EA3A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3181 #318181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235C #235C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F5F5;
--charcoal-200: #CFEDED;
--charcoal-300: #AADFDF;
--charcoal-400: #7ECECE;
--charcoal-500: #59C0C0;
--charcoal-600: #3EA3A3;
--charcoal-700: #318181;
--charcoal-800: #235C5C;
--charcoal-900: #163B3B;
--charcoal-950: #0E2525;
}