Charcoal
#104232
GreenColor Codes
All color formats for development
HEX
#104232RGB
rgb(16, 66, 50)HSL
hsl(161, 61%, 16%)OKLCH
oklch(0.341 0.06 167.7)CMYK
cmyk(76%, 0%, 24%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2D
2#0D3528
3#0B2E23
4#0A271E
5#082119
6#061A14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#18644C
2#218766
3#29A981
4#31CC9B
5#53D5AC
6#75DEBC
7#98E6CD
8#BAEEDE
9#DDF7EE
Tones
Muted variations
1#123F31
2#153D30
3#173A2F
4#1A382E
5#1C352D
6#1F332C
7#21302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F1;
--charcoal-200: #CAF2E5;
--charcoal-300: #A1E8D1;
--charcoal-400: #6FDCBA;
--charcoal-500: #46D2A6;
--charcoal-600: #2CB589;
--charcoal-700: #23906D;
--charcoal-800: #19674E;
--charcoal-900: #104232;
--charcoal-950: #0A291F;
}