Emerald
#0BD5A3
CyanColor Codes
All color formats for development
HEX
#0BD5A3RGB
rgb(11, 213, 163)HSL
hsl(165, 90%, 44%)OKLCH
oklch(0.776 0.156 168.1)CMYK
cmyk(95%, 0%, 23%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC092
2#09AB82
3#089572
4#078062
5#066B51
6#045541
7#034031
8#022B21
9#011510
Tints
Lighter variations
1#0DF0B7
2#26F4C0
3#41F5C8
4#5CF6D0
5#77F8D8
6#92F9E0
7#AEFBE7
8#C9FCEF
9#E4FEF7
Tones
Muted variations
1#15CB9E
2#1FC199
3#2AB794
4#34AD8E
5#3EA389
6#489984
7#528E7F
8#5C847A
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | 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: #F0FEFB;
--emerald-100: #DDFDF5;
--emerald-200: #C0FCED;
--emerald-300: #90F9DF;
--emerald-400: #55F6CE;
--emerald-500: #25F4C0;
--emerald-600: #0BD5A3;
--emerald-700: #09AA81;
--emerald-800: #06795C;
--emerald-900: #044E3B;
--emerald-950: #033025;
}