Emerald
#0FD2A4
CyanColor Codes
All color formats for development
HEX
#0FD2A4RGB
rgb(15, 210, 164)HSL
hsl(166, 87%, 44%)OKLCH
oklch(0.769 0.151 169.5)CMYK
cmyk(93%, 0%, 22%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBD94
2#0CA883
3#0A9373
4#097E63
5#076952
6#065442
7#043F31
8#032A21
9#011510
Tints
Lighter variations
1#10EDB9
2#29F0C2
3#44F2C9
4#5FF4D1
5#79F6D9
6#94F8E0
7#AFF9E8
8#CAFBF0
9#E4FDF7
Tones
Muted variations
1#18C89F
2#22BE9A
3#2CB595
4#36AB8F
5#3FA18A
6#499785
7#538D80
8#5D847B
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFDF5;
--emerald-200: #C1FBED;
--emerald-300: #91F7E0;
--emerald-400: #58F3CF;
--emerald-500: #28F0C1;
--emerald-600: #0FD2A4;
--emerald-700: #0CA783;
--emerald-800: #08775D;
--emerald-900: #054C3C;
--emerald-950: #033025;
}