Charcoal
#114034
CyanColor Codes
All color formats for development
HEX
#114034RGB
rgb(17, 64, 52)HSL
hsl(165, 58%, 16%)OKLCH
oklch(0.336 0.055 172.7)CMYK
cmyk(73%, 0%, 19%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2F
2#0E342A
3#0C2D25
4#0A2720
5#09201A
6#071A15
7#051310
8#030D0B
9#020605
Tints
Lighter variations
1#1A6250
2#23846C
3#2CA688
4#35C8A3
5#56D2B3
6#78DBC2
7#99E4D1
8#BBEDE1
9#DDF6F0
Tones
Muted variations
1#143E33
2#163C32
3#183931
4#1B3730
5#1D352F
6#1F322E
7#22302C
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 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F2;
--charcoal-200: #CBF1E7;
--charcoal-300: #A2E6D5;
--charcoal-400: #72DAC0;
--charcoal-500: #4ACFAE;
--charcoal-600: #2FB191;
--charcoal-700: #258D73;
--charcoal-800: #1B6552;
--charcoal-900: #114035;
--charcoal-950: #0B2821;
}