Charcoal
#1D6363
CyanColor Codes
All color formats for development
HEX
#1D6363RGB
rgb(29, 99, 99)HSL
hsl(180, 55%, 25%)OKLCH
oklch(0.458 0.067 195.1)CMYK
cmyk(71%, 0%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5959
2#174F4F
3#144545
4#113B3B
5#0E3131
6#0B2828
7#091E1E
8#061414
9#030A0A
Tints
Lighter variations
1#258080
2#2E9E9E
3#37BCBC
4#4DCBCB
5#6BD4D4
6#88DDDD
7#A6E5E5
8#C4EEEE
9#E1F6F6
Tones
Muted variations
1#205F5F
2#245C5C
3#275858
4#2B5555
5#2E5151
6#324E4E
7#354A4A
8#394747
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E3F7F7;
--charcoal-200: #CCF0F0;
--charcoal-300: #A4E5E5;
--charcoal-400: #75D7D7;
--charcoal-500: #4DCBCB;
--charcoal-600: #32AEAE;
--charcoal-700: #288A8A;
--charcoal-800: #1D6363;
--charcoal-900: #123F3F;
--charcoal-950: #0B2828;
}