Charcoal
#1C635B
CyanColor Codes
All color formats for development
HEX
#1C635BRGB
rgb(28, 99, 91)HSL
hsl(173, 56%, 25%)OKLCH
oklch(0.454 0.07 184.3)CMYK
cmyk(72%, 0%, 8%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A52
2#165049
3#144640
4#113C37
5#0E322E
6#0B2824
7#081E1B
8#061412
9#030A09
Tints
Lighter variations
1#248176
2#2D9F92
3#35BDAD
4#4CCDBE
5#6AD5C8
6#88DDD3
7#A5E6DE
8#C3EEE9
9#E1F7F4
Tones
Muted variations
1#206058
2#235C56
3#275953
4#2A5550
5#2E524D
6#314E4B
7#354A48
8#394745
9#3C4342
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 #CBF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CC | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F5;
--charcoal-200: #CBF0EC;
--charcoal-300: #A4E5DE;
--charcoal-400: #74D8CC;
--charcoal-500: #4CCDBE;
--charcoal-600: #31AFA0;
--charcoal-700: #278B80;
--charcoal-800: #1C635B;
--charcoal-900: #12403A;
--charcoal-950: #0B2824;
}