Charcoal
#1F6161
CyanColor Codes
All color formats for development
HEX
#1F6161RGB
rgb(31, 97, 97)HSL
hsl(180, 52%, 25%)OKLCH
oklch(0.452 0.065 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#184E4E
3#154444
4#123A3A
5#0F3030
6#0C2727
7#091D1D
8#061313
9#030A0A
Tints
Lighter variations
1#287E7E
2#319B9B
3#3AB8B8
4#51C8C8
5#6ED1D1
6#8BDADA
7#A8E3E3
8#C5EDED
9#E2F6F6
Tones
Muted variations
1#225E5E
2#255A5A
3#295757
4#2C5454
5#2F5050
6#324D4D
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 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | 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: #A6E3E3;
--charcoal-400: #77D4D4;
--charcoal-500: #51C8C8;
--charcoal-600: #36ABAB;
--charcoal-700: #2B8888;
--charcoal-800: #1F6161;
--charcoal-900: #143E3E;
--charcoal-950: #0C2727;
}