Charcoal
#1D635B
CyanColor Codes
All color formats for development
HEX
#1D635BRGB
rgb(29, 99, 91)HSL
hsl(173, 55%, 25%)OKLCH
oklch(0.455 0.069 184.3)CMYK
cmyk(71%, 0%, 8%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5952
2#174F49
3#14453F
4#113B36
5#0E312D
6#0B2824
7#091E1B
8#061412
9#030A09
Tints
Lighter variations
1#258076
2#2E9E91
3#37BCAC
4#4DCBBD
5#6BD4C8
6#88DDD3
7#A6E5DE
8#C4EEE9
9#E1F6F4
Tones
Muted variations
1#205F58
2#245C55
3#275853
4#2B5550
5#2E514D
6#324E4B
7#354A48
8#394745
9#3C4342
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 #A4E5DD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635B | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | 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: #A4E5DD;
--charcoal-400: #75D7CB;
--charcoal-500: #4DCBBD;
--charcoal-600: #32AEA0;
--charcoal-700: #288A7F;
--charcoal-800: #1D635B;
--charcoal-900: #123F3A;
--charcoal-950: #0B2824;
}