Charcoal
#1D635C
CyanColor Codes
All color formats for development
HEX
#1D635CRGB
rgb(29, 99, 92)HSL
hsl(174, 55%, 25%)OKLCH
oklch(0.455 0.069 185.6)CMYK
cmyk(71%, 0%, 7%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5953
2#174F49
3#144540
4#113B37
5#0E312E
6#0B2825
7#091E1C
8#061412
9#030A09
Tints
Lighter variations
1#258077
2#2E9E93
3#37BCAE
4#4DCBBF
5#6BD4C9
6#88DDD4
7#A6E5DF
8#C4EEEA
9#E1F6F4
Tones
Muted variations
1#205F59
2#245C56
3#275853
4#2B5551
5#2E514E
6#324E4B
7#354A48
8#394745
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F5;
--charcoal-200: #CCF0EC;
--charcoal-300: #A4E5DE;
--charcoal-400: #75D7CD;
--charcoal-500: #4DCBBF;
--charcoal-600: #32AEA2;
--charcoal-700: #288A81;
--charcoal-800: #1D635C;
--charcoal-900: #123F3B;
--charcoal-950: #0B2825;
}