Charcoal
#1D6357
CyanColor Codes
All color formats for development
HEX
#1D6357RGB
rgb(29, 99, 87)HSL
hsl(170, 55%, 25%)OKLCH
oklch(0.453 0.071 179.2)CMYK
cmyk(71%, 0%, 12%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A594E
2#174F46
3#14453D
4#113B34
5#0E312C
6#0B2823
7#091E1A
8#061411
9#030A09
Tints
Lighter variations
1#258071
2#2E9E8B
3#37BCA6
4#4DCBB6
5#6BD4C2
6#88DDCF
7#A6E5DB
8#C4EEE7
9#E1F6F3
Tones
Muted variations
1#205F55
2#245C52
3#275850
4#2B554E
5#2E514B
6#324E49
7#354A47
8#394744
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F4;
--charcoal-200: #CCF0EA;
--charcoal-300: #A4E5DA;
--charcoal-400: #75D7C6;
--charcoal-500: #4DCBB6;
--charcoal-600: #32AE99;
--charcoal-700: #288A7A;
--charcoal-800: #1D6357;
--charcoal-900: #123F38;
--charcoal-950: #0B2823;
}