Charcoal
#1C634E
GreenColor Codes
All color formats for development
HEX
#1C634ERGB
rgb(28, 99, 78)HSL
hsl(162, 56%, 25%)OKLCH
oklch(0.45 0.078 169.3)CMYK
cmyk(72%, 0%, 21%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A46
2#16503E
3#144637
4#113C2F
5#0E3227
6#0B281F
7#081E17
8#061410
9#030A08
Tints
Lighter variations
1#248165
2#2D9F7D
3#35BD94
4#4CCDA6
5#6AD5B5
6#88DDC4
7#A5E6D2
8#C3EEE1
9#E1F7F0
Tones
Muted variations
1#20604D
2#235C4B
3#27594A
4#2A5548
5#2E5247
6#314E45
7#354A44
8#394743
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BA | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124032 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F7F1;
--charcoal-200: #CBF0E5;
--charcoal-300: #A4E5D1;
--charcoal-400: #74D8BA;
--charcoal-500: #4CCDA6;
--charcoal-600: #31AF89;
--charcoal-700: #278B6D;
--charcoal-800: #1C634E;
--charcoal-900: #124032;
--charcoal-950: #0B281F;
}