Charcoal
#104236
CyanColor Codes
All color formats for development
HEX
#104236RGB
rgb(16, 66, 54)HSL
hsl(166, 61%, 16%)OKLCH
oklch(0.342 0.057 173.5)CMYK
cmyk(76%, 0%, 18%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B31
2#0D352B
3#0B2E26
4#0A2720
5#08211B
6#061A16
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#186452
2#21876F
3#29A98B
4#31CCA8
5#53D5B7
6#75DEC5
7#98E6D4
8#BAEEE2
9#DDF7F1
Tones
Muted variations
1#123F35
2#153D33
3#173A32
4#1A3831
5#1C352F
6#1F332E
7#21302D
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196754 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104236 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F3;
--charcoal-200: #CAF2E9;
--charcoal-300: #A1E8D7;
--charcoal-400: #6FDCC3;
--charcoal-500: #46D2B2;
--charcoal-600: #2CB595;
--charcoal-700: #239076;
--charcoal-800: #196754;
--charcoal-900: #104236;
--charcoal-950: #0A2922;
}