Charcoal
#114035
CyanColor Codes
All color formats for development
HEX
#114035RGB
rgb(17, 64, 53)HSL
hsl(166, 58%, 16%)OKLCH
oklch(0.336 0.054 174.3)CMYK
cmyk(73%, 0%, 17%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A30
2#0E342B
3#0C2D25
4#0A2720
5#09201B
6#071A15
7#051310
8#030D0B
9#020605
Tints
Lighter variations
1#1A6251
2#23846E
3#2CA68A
4#35C8A6
5#56D2B5
6#78DBC4
7#99E4D3
8#BBEDE1
9#DDF6F0
Tones
Muted variations
1#143E34
2#163C33
3#183932
4#1B3730
5#1D352F
6#1F322E
7#22302D
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 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6553 | 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: #E3F8F3;
--charcoal-200: #CBF1E8;
--charcoal-300: #A2E6D6;
--charcoal-400: #72DAC1;
--charcoal-500: #4ACFB0;
--charcoal-600: #2FB193;
--charcoal-700: #258D75;
--charcoal-800: #1B6553;
--charcoal-900: #114035;
--charcoal-950: #0B2821;
}