Emerald
#49D0BC
CyanColor Codes
All color formats for development
HEX
#49D0BCRGB
rgb(73, 208, 188)HSL
hsl(171, 59%, 55%)OKLCH
oklch(0.78 0.119 181.4)CMYK
cmyk(65%, 0%, 10%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C9B2
2#2EB29F
3#289C8B
4#238677
5#1D6F63
6#17594F
7#11433B
8#0C2D28
9#061614
Tints
Lighter variations
1#5BD5C2
2#6DD9C9
3#7FDED0
4#92E3D7
5#A4E7DD
6#B6ECE4
7#C8F1EB
8#DBF6F2
9#EDFAF8
Tones
Muted variations
1#4FC9B7
2#56C2B2
3#5DBCAD
4#64B5A9
5#6AAEA4
6#71A79F
7#78A19A
8#7F9A96
9#859391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E3F8F5;
--emerald-200: #CAF1EC;
--emerald-300: #A2E7DD;
--emerald-400: #71DACB;
--emerald-500: #49D0BC;
--emerald-600: #2EB29F;
--emerald-700: #258E7E;
--emerald-800: #1A655A;
--emerald-900: #11413A;
--emerald-950: #0A2924;
}