Charcoal
#104238
CyanColor Codes
All color formats for development
HEX
#104238RGB
rgb(16, 66, 56)HSL
hsl(168, 61%, 16%)OKLCH
oklch(0.343 0.055 176.7)CMYK
cmyk(76%, 0%, 15%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B32
2#0D352D
3#0B2E27
4#0A2721
5#08211C
6#061A16
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#186455
2#218772
3#29A990
4#31CCAD
5#53D5BB
6#75DEC9
7#98E6D6
8#BAEEE4
9#DDF7F1
Tones
Muted variations
1#123F36
2#153D35
3#173A33
4#1A3832
5#1C3530
6#1F332F
7#21302D
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F4;
--charcoal-200: #CAF2EA;
--charcoal-300: #A1E8DA;
--charcoal-400: #6FDCC6;
--charcoal-500: #46D2B6;
--charcoal-600: #2CB599;
--charcoal-700: #23907A;
--charcoal-800: #196757;
--charcoal-900: #104238;
--charcoal-950: #0A2923;
}