Charcoal
#235A5C
CyanColor Codes
All color formats for development
HEX
#235A5CRGB
rgb(35, 90, 92)HSL
hsl(182, 45%, 25%)OKLCH
oklch(0.432 0.057 198.5)CMYK
cmyk(62%, 2%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205153
2#1C484A
3#193F41
4#153637
5#122D2E
6#0E2425
7#0B1B1C
8#071212
9#040909
Tints
Lighter variations
1#2E7678
2#389194
3#43ACB0
4#59BCC0
5#74C8CA
6#90D3D5
7#ACDEDF
8#C8E9EA
9#E3F4F4
Tones
Muted variations
1#26585A
2#295557
3#2C5254
4#2F5051
5#314D4E
6#344A4B
7#374848
8#3A4545
9#3D4243
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 | CFEC #CFECED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADD #AADDDF | BordersInactive statesPlaceholder text |
| 400 | 7ECB #7ECBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59BC #59BCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9F #3E9FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317F #317F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235B #235B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163A #163A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F5F5;
--charcoal-200: #CFECED;
--charcoal-300: #AADDDF;
--charcoal-400: #7ECBCE;
--charcoal-500: #59BCC0;
--charcoal-600: #3E9FA3;
--charcoal-700: #317F81;
--charcoal-800: #235B5C;
--charcoal-900: #163A3B;
--charcoal-950: #0E2425;
}