Emerald
#34E5BE
CyanColor Codes
All color formats for development
HEX
#34E5BERGB
rgb(52, 229, 190)HSL
hsl(167, 77%, 55%)OKLCH
oklch(0.827 0.148 173.4)CMYK
cmyk(77%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFB5
2#1AC7A1
3#17AE8D
4#139579
5#107C65
6#0D6351
7#0A4A3C
8#063228
9#031914
Tints
Lighter variations
1#48E7C5
2#5DEACB
3#71EDD2
4#85EFD8
5#99F2DF
6#AEF4E5
7#C2F7EC
8#D6FAF2
9#EBFCF9
Tones
Muted variations
1#3DDCB9
2#46D3B4
3#4ECAAF
4#57C1AA
5#60B8A5
6#69B0A0
7#72A79B
8#7B9E96
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EACD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF5;
--emerald-200: #C4F7EC;
--emerald-300: #97F2DE;
--emerald-400: #61EACD;
--emerald-500: #34E5BE;
--emerald-600: #1AC7A1;
--emerald-700: #159E80;
--emerald-800: #0F715C;
--emerald-900: #09483B;
--emerald-950: #062D25;
}