Emerald
#0BD5A6
CyanColor Codes
All color formats for development
HEX
#0BD5A6RGB
rgb(11, 213, 166)HSL
hsl(166, 90%, 44%)OKLCH
oklch(0.777 0.154 169.4)CMYK
cmyk(95%, 0%, 22%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC095
2#09AB85
3#089574
4#078064
5#066B53
6#045542
7#034032
8#022B21
9#011511
Tints
Lighter variations
1#0DF0BB
2#26F4C4
3#41F5CB
4#5CF6D2
5#77F8DA
6#92F9E1
7#AEFBE9
8#C9FCF0
9#E4FEF8
Tones
Muted variations
1#15CBA1
2#1FC19B
3#2AB796
4#34AD91
5#3EA38B
6#489986
7#528E80
8#5C847B
9#667A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFDF6;
--emerald-200: #C0FCEE;
--emerald-300: #90F9E1;
--emerald-400: #55F6D1;
--emerald-500: #25F4C3;
--emerald-600: #0BD5A6;
--emerald-700: #09AA84;
--emerald-800: #06795E;
--emerald-900: #044E3C;
--emerald-950: #033026;
}