Emerald
#15CBA1
CyanColor Codes
All color formats for development
HEX
#15CBA1RGB
rgb(21, 203, 161)HSL
hsl(166, 81%, 44%)OKLCH
oklch(0.751 0.145 170.6)CMYK
cmyk(90%, 0%, 21%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B791
2#11A281
3#0F8E70
4#0D7A60
5#0B6650
6#095140
7#063D30
8#042920
9#021410
Tints
Lighter variations
1#18E5B5
2#30E9BE
3#4AECC6
4#64EFCE
5#7EF1D6
6#98F4DF
7#B1F7E7
8#CBFAEF
9#E5FCF7
Tones
Muted variations
1#1EC29C
2#27B997
3#31B092
4#3AA78D
5#439E88
6#4C9584
7#558B7F
8#5E827A
9#677975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DFFCF5;
--emerald-200: #C3F9EC;
--emerald-300: #95F4DE;
--emerald-400: #5DEECC;
--emerald-500: #2FE9BE;
--emerald-600: #15CBA1;
--emerald-700: #11A280;
--emerald-800: #0C735B;
--emerald-900: #084A3A;
--emerald-950: #052E25;
}