Charcoal
#0A4747
CyanColor Codes
All color formats for development
HEX
#0A4747RGB
rgb(10, 71, 71)HSL
hsl(180, 75%, 16%)OKLCH
oklch(0.362 0.058 194.9)CMYK
cmyk(86%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094040
2#083939
3#073232
4#062B2B
5#052424
6#041D1D
7#031515
8#020E0E
9#010707
Tints
Lighter variations
1#106D6D
2#159292
3#1AB8B8
4#20DDDD
5#44E4E4
6#69EAEA
7#8FEFEF
8#B4F4F4
9#DAFAFA
Tones
Muted variations
1#0D4444
2#104141
3#133E3E
4#163B3B
5#1A3838
6#1D3535
7#203232
8#232F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FBFB;
--charcoal-200: #C5F7F7;
--charcoal-300: #98F0F0;
--charcoal-400: #63E9E9;
--charcoal-500: #36E2E2;
--charcoal-600: #1CC4C4;
--charcoal-700: #169C9C;
--charcoal-800: #107070;
--charcoal-900: #0A4747;
--charcoal-950: #062D2D;
}