Charcoal
#1C635C
CyanColor Codes
All color formats for development
HEX
#1C635CRGB
rgb(28, 99, 92)HSL
hsl(174, 56%, 25%)OKLCH
oklch(0.455 0.069 185.6)CMYK
cmyk(72%, 0%, 7%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A53
2#16504A
3#144641
4#113C37
5#0E322E
6#0B2825
7#081E1C
8#061412
9#030A09
Tints
Lighter variations
1#248178
2#2D9F94
3#35BDAF
4#4CCDC0
5#6AD5CA
6#88DDD5
7#A5E6DF
8#C3EEEA
9#E1F7F4
Tones
Muted variations
1#206059
2#235C57
3#275954
4#2A5551
5#2E524E
6#314E4B
7#354A48
8#394745
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F5;
--charcoal-200: #CBF0ED;
--charcoal-300: #A4E5DF;
--charcoal-400: #74D8CE;
--charcoal-500: #4CCDC0;
--charcoal-600: #31AFA2;
--charcoal-700: #278B81;
--charcoal-800: #1C635C;
--charcoal-900: #12403B;
--charcoal-950: #0B2825;
}