Charcoal
#1F6060
CyanColor Codes
All color formats for development
HEX
#1F6060RGB
rgb(31, 96, 96)HSL
hsl(180, 51%, 25%)OKLCH
oklch(0.449 0.064 195.1)CMYK
cmyk(68%, 0%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5757
2#194D4D
3#164343
4#133A3A
5#103030
6#0C2727
7#091D1D
8#061313
9#030A0A
Tints
Lighter variations
1#297D7D
2#329A9A
3#3BB7B7
4#52C7C7
5#6FD0D0
6#8BDADA
7#A8E3E3
8#C5ECEC
9#E2F6F6
Tones
Muted variations
1#225D5D
2#265A5A
3#295757
4#2C5353
5#2F5050
6#334D4D
7#364A4A
8#394646
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFB;
--charcoal-100: #E4F6F6;
--charcoal-200: #CDEFEF;
--charcoal-300: #A6E2E2;
--charcoal-400: #78D3D3;
--charcoal-500: #52C7C7;
--charcoal-600: #37A9A9;
--charcoal-700: #2C8787;
--charcoal-800: #1F6060;
--charcoal-900: #143E3E;
--charcoal-950: #0C2727;
}