Charcoal
#114138
CyanColor Codes
All color formats for development
HEX
#114138RGB
rgb(17, 65, 56)HSL
hsl(169, 59%, 16%)OKLCH
oklch(0.34 0.053 178)CMYK
cmyk(74%, 0%, 14%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A32
2#0D342D
3#0C2D27
4#0A2722
5#08201C
6#071A16
7#051311
8#030D0B
9#020606
Tints
Lighter variations
1#1A6355
2#228573
3#2BA790
4#34C9AE
5#55D3BC
6#77DCC9
7#99E5D7
8#BBEDE4
9#DDF6F2
Tones
Muted variations
1#133E37
2#163C35
3#183A33
4#1A3732
5#1D3530
6#1F322F
7#22302D
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 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114138 | 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: #E3F8F4;
--charcoal-200: #CAF1EA;
--charcoal-300: #A2E7DA;
--charcoal-400: #71DAC7;
--charcoal-500: #49D0B7;
--charcoal-600: #2EB29A;
--charcoal-700: #258E7B;
--charcoal-800: #1A6558;
--charcoal-900: #114138;
--charcoal-950: #0A2923;
}