Charcoal
#1C5563
CyanColor Codes
All color formats for development
HEX
#1C5563RGB
rgb(28, 85, 99)HSL
hsl(192, 56%, 25%)OKLCH
oklch(0.419 0.062 217.2)CMYK
cmyk(72%, 14%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#194D5A
2#164450
3#143C46
4#11333C
5#0E2B32
6#0B2228
7#081A1E
8#061114
9#03090A
Tints
Lighter variations
1#246F81
2#2D889F
3#35A2BD
4#4CB3CD
5#6AC0D5
6#88CCDD
7#A5D9E6
8#C3E6EE
9#E1F2F7
Tones
Muted variations
1#205360
2#23515C
3#274F59
4#2A4D55
5#2E4A52
6#31484E
7#35464A
8#394447
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F7;
--charcoal-200: #CBE9F0;
--charcoal-300: #A4D8E5;
--charcoal-400: #74C4D8;
--charcoal-500: #4CB3CD;
--charcoal-600: #3196AF;
--charcoal-700: #27778B;
--charcoal-800: #1C5563;
--charcoal-900: #123740;
--charcoal-950: #0B2228;
}