Emerald
#2CB59C
CyanColor Codes
All color formats for development
HEX
#2CB59CRGB
rgb(44, 181, 156)HSL
hsl(169, 61%, 44%)OKLCH
oklch(0.696 0.119 177.1)CMYK
cmyk(76%, 0%, 14%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A38C
2#23917C
3#1F7E6D
4#1A6C5D
5#165A4E
6#12483E
7#0D362F
8#09241F
9#041210
Tints
Lighter variations
1#31CCAF
2#47D2B9
3#5ED8C2
4#75DECA
5#8CE3D3
6#A3E9DC
7#BAEEE5
8#D1F4ED
9#E8F9F6
Tones
Muted variations
1#33AE97
2#39A793
3#40A08F
4#47998A
5#4E9286
6#558C82
7#5C857D
8#637E79
9#697775
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 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | 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: #CAF2EB;
--emerald-300: #A1E8DB;
--emerald-400: #6FDCC8;
--emerald-500: #46D2B9;
--emerald-600: #2CB59C;
--emerald-700: #23907C;
--emerald-800: #196758;
--emerald-900: #104239;
--emerald-950: #0A2923;
}