Charcoal
#1C6263
CyanColor Codes
All color formats for development
HEX
#1C6263RGB
rgb(28, 98, 99)HSL
hsl(181, 56%, 25%)OKLCH
oklch(0.455 0.067 196.4)CMYK
cmyk(72%, 1%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19585A
2#164F50
3#144546
4#113B3C
5#0E3132
6#0B2728
7#081D1E
8#061414
9#030A0A
Tints
Lighter variations
1#248081
2#2D9D9F
3#35BBBD
4#4CCACD
5#6AD3D5
6#88DCDD
7#A5E5E6
8#C3EDEE
9#E1F6F7
Tones
Muted variations
1#205F60
2#235B5C
3#275859
4#2A5455
5#2E5152
6#314E4E
7#354A4A
8#394747
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E4 #A4E4E5 | BordersInactive statesPlaceholder text |
| 400 | 74D6 #74D6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCA #4CCACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AD #31ADAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278A #278A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C62 #1C6263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F7F7;
--charcoal-200: #CBF0F0;
--charcoal-300: #A4E4E5;
--charcoal-400: #74D6D8;
--charcoal-500: #4CCACD;
--charcoal-600: #31ADAF;
--charcoal-700: #278A8B;
--charcoal-800: #1C6263;
--charcoal-900: #123F40;
--charcoal-950: #0B2728;
}