Emerald
#4CCDC0
CyanColor Codes
All color formats for development
HEX
#4CCDC0RGB
rgb(76, 205, 192)HSL
hsl(174, 56%, 55%)OKLCH
oklch(0.774 0.114 185.7)CMYK
cmyk(63%, 0%, 6%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C5B7
2#31AFA2
3#2B998E
4#25837A
5#1F6D66
6#195851
7#13423D
8#0C2C29
9#061614
Tints
Lighter variations
1#5ED2C6
2#70D7CC
3#82DCD3
4#94E1D9
5#A5E6DF
6#B7EBE6
7#C9F0EC
8#DBF5F2
9#EDFAF9
Tones
Muted variations
1#52C6BB
2#59C0B5
3#5FB9B0
4#66B3AB
5#6CACA6
6#73A6A1
7#79A09C
8#7F9997
9#869391
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 | CBF0 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E3F7F5;
--emerald-200: #CBF0ED;
--emerald-300: #A4E5DF;
--emerald-400: #74D8CE;
--emerald-500: #4CCDC0;
--emerald-600: #31AFA2;
--emerald-700: #278B81;
--emerald-800: #1C635C;
--emerald-900: #12403B;
--emerald-950: #0B2825;
}