Emerald
#2CB599
CyanColor Codes
All color formats for development
HEX
#2CB599RGB
rgb(44, 181, 153)HSL
hsl(168, 61%, 44%)OKLCH
oklch(0.695 0.121 175.2)CMYK
cmyk(76%, 0%, 15%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A38A
2#23917B
3#1F7E6B
4#1A6C5C
5#165A4D
6#12483D
7#0D362E
8#09241F
9#04120F
Tints
Lighter variations
1#31CCAD
2#47D2B7
3#5ED8C0
4#75DEC9
5#8CE3D2
6#A3E9DB
7#BAEEE4
8#D1F4ED
9#E8F9F6
Tones
Muted variations
1#33AE95
2#39A791
3#40A08D
4#479989
5#4E9285
6#558C81
7#5C857D
8#637E78
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F4;
--emerald-200: #CAF2EA;
--emerald-300: #A1E8DA;
--emerald-400: #6FDCC6;
--emerald-500: #46D2B6;
--emerald-600: #2CB599;
--emerald-700: #23907A;
--emerald-800: #196757;
--emerald-900: #104238;
--emerald-950: #0A2923;
}