Charcoal
#114141
CyanColor Codes
All color formats for development
HEX
#114141RGB
rgb(17, 65, 65)HSL
hsl(180, 59%, 16%)OKLCH
oklch(0.344 0.05 195.1)CMYK
cmyk(74%, 0%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A3A
2#0D3434
3#0C2D2D
4#0A2727
5#082020
6#071A1A
7#051313
8#030D0D
9#020606
Tints
Lighter variations
1#1A6363
2#228585
3#2BA7A7
4#34C9C9
5#55D3D3
6#77DCDC
7#99E5E5
8#BBEDED
9#DDF6F6
Tones
Muted variations
1#133E3E
2#163C3C
3#183A3A
4#1A3737
5#1D3535
6#1F3232
7#223030
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DADA | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E3F8F8;
--charcoal-200: #CAF1F1;
--charcoal-300: #A2E7E7;
--charcoal-400: #71DADA;
--charcoal-500: #49D0D0;
--charcoal-600: #2EB2B2;
--charcoal-700: #258E8E;
--charcoal-800: #1A6565;
--charcoal-900: #114141;
--charcoal-950: #0A2929;
}