Emerald
#15CBA7
CyanColor Codes
All color formats for development
HEX
#15CBA7RGB
rgb(21, 203, 167)HSL
hsl(168, 81%, 44%)OKLCH
oklch(0.752 0.141 173.5)CMYK
cmyk(90%, 0%, 18%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B796
2#11A285
3#0F8E75
4#0D7A64
5#0B6653
6#095143
7#063D32
8#042921
9#021411
Tints
Lighter variations
1#18E5BC
2#30E9C4
3#4AECCC
4#64EFD3
5#7EF1DA
6#98F4E2
7#B1F7E9
8#CBFAF0
9#E5FCF8
Tones
Muted variations
1#1EC2A1
2#27B99C
3#31B096
4#3AA791
5#439E8B
6#4C9586
7#558B81
8#5E827B
9#677976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED1 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DFFCF6;
--emerald-200: #C3F9EE;
--emerald-300: #95F4E1;
--emerald-400: #5DEED1;
--emerald-500: #2FE9C4;
--emerald-600: #15CBA7;
--emerald-700: #11A285;
--emerald-800: #0C735F;
--emerald-900: #084A3D;
--emerald-950: #052E26;
}