Emerald
#3BDEB8
CyanColor Codes
All color formats for development
HEX
#3BDEB8RGB
rgb(59, 222, 184)HSL
hsl(166, 71%, 55%)OKLCH
oklch(0.809 0.142 173)CMYK
cmyk(73%, 0%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8AE
2#21C09B
3#1CA887
4#189074
5#147861
6#10604D
7#0C483A
8#083027
9#041813
Tints
Lighter variations
1#4EE1BF
2#62E4C6
3#76E8CD
4#89EBD4
5#9DEEDB
6#B1F2E2
7#C4F5EA
8#D8F8F1
9#EBFCF8
Tones
Muted variations
1#43D6B3
2#4BCDAF
3#53C5AB
4#5BBDA6
5#64B5A2
6#6CAD9E
7#74A599
8#7C9D95
9#849491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF4;
--emerald-200: #C6F5EA;
--emerald-300: #9BEEDB;
--emerald-400: #66E5C8;
--emerald-500: #3BDEB8;
--emerald-600: #21C09B;
--emerald-700: #1A997B;
--emerald-800: #126D58;
--emerald-900: #0C4638;
--emerald-950: #072C23;
}