Charcoal
#104233
GreenColor Codes
All color formats for development
HEX
#104233RGB
rgb(16, 66, 51)HSL
hsl(162, 61%, 16%)OKLCH
oklch(0.341 0.059 169.1)CMYK
cmyk(76%, 0%, 23%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2E
2#0D3529
3#0B2E24
4#0A271E
5#082119
6#061A14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#18644D
2#218768
3#29A983
4#31CC9D
5#53D5AE
6#75DEBE
7#98E6CE
8#BAEEDF
9#DDF7EF
Tones
Muted variations
1#123F32
2#153D31
3#173A30
4#1A382F
5#1C352E
6#1F332D
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 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F2;
--charcoal-200: #CAF2E6;
--charcoal-300: #A1E8D3;
--charcoal-400: #6FDCBC;
--charcoal-500: #46D2A8;
--charcoal-600: #2CB58C;
--charcoal-700: #23906F;
--charcoal-800: #19674F;
--charcoal-900: #104233;
--charcoal-950: #0A2920;
}