Charcoal
#1C6358
CyanColor Codes
All color formats for development
HEX
#1C6358RGB
rgb(28, 99, 88)HSL
hsl(171, 56%, 25%)OKLCH
oklch(0.453 0.071 180.5)CMYK
cmyk(72%, 0%, 11%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A50
2#165047
3#14463E
4#113C35
5#0E322C
6#0B2823
7#081E1B
8#061412
9#030A09
Tints
Lighter variations
1#248173
2#2D9F8E
3#35BDA9
4#4CCDB9
5#6AD5C5
6#88DDD0
7#A5E6DC
8#C3EEE8
9#E1F7F3
Tones
Muted variations
1#206056
2#235C54
3#275951
4#2A554F
5#2E524C
6#314E4A
7#354A47
8#394745
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F4;
--charcoal-200: #CBF0EB;
--charcoal-300: #A4E5DB;
--charcoal-400: #74D8C9;
--charcoal-500: #4CCDB9;
--charcoal-600: #31AF9C;
--charcoal-700: #278B7C;
--charcoal-800: #1C6359;
--charcoal-900: #124039;
--charcoal-950: #0B2823;
}