Emerald
#15CBA4
CyanColor Codes
All color formats for development
HEX
#15CBA4RGB
rgb(21, 203, 164)HSL
hsl(167, 81%, 44%)OKLCH
oklch(0.751 0.143 172)CMYK
cmyk(90%, 0%, 19%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B793
2#11A283
3#0F8E73
4#0D7A62
5#0B6652
6#095141
7#063D31
8#042921
9#021410
Tints
Lighter variations
1#18E5B9
2#30E9C1
3#4AECC9
4#64EFD1
5#7EF1D8
6#98F4E0
7#B1F7E8
8#CBFAF0
9#E5FCF7
Tones
Muted variations
1#1EC29F
2#27B999
3#31B094
4#3AA78F
5#439E8A
6#4C9585
7#558B80
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 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | 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: #C3F9ED;
--emerald-300: #95F4DF;
--emerald-400: #5DEECF;
--emerald-500: #2FE9C1;
--emerald-600: #15CBA4;
--emerald-700: #11A282;
--emerald-800: #0C735D;
--emerald-900: #084A3C;
--emerald-950: #052E25;
}