Charcoal
#104239
CyanColor Codes
All color formats for development
HEX
#104239RGB
rgb(16, 66, 57)HSL
hsl(169, 61%, 16%)OKLCH
oklch(0.344 0.055 178.4)CMYK
cmyk(76%, 0%, 14%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B33
2#0D352D
3#0B2E28
4#0A2722
5#08211C
6#061A17
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#186456
2#218774
3#29A992
4#31CCAF
5#53D5BD
6#75DECA
7#98E6D8
8#BAEEE5
9#DDF7F2
Tones
Muted variations
1#123F37
2#153D35
3#173A34
4#1A3832
5#1C3531
6#1F332F
7#21302E
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 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | 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: #CAF2EB;
--charcoal-300: #A1E8DB;
--charcoal-400: #6FDCC8;
--charcoal-500: #46D2B9;
--charcoal-600: #2CB59C;
--charcoal-700: #23907C;
--charcoal-800: #196758;
--charcoal-900: #104239;
--charcoal-950: #0A2923;
}