Emerald
#33E6BF
CyanColor Codes
All color formats for development
HEX
#33E6BFRGB
rgb(51, 230, 191)HSL
hsl(167, 78%, 55%)OKLCH
oklch(0.83 0.149 173.6)CMYK
cmyk(78%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1B6
2#19C8A2
3#16AF8E
4#139679
5#0F7D65
6#0C6451
7#094B3D
8#063228
9#031914
Tints
Lighter variations
1#47E8C5
2#5CEBCC
3#70EDD2
4#84F0D9
5#99F2DF
6#ADF5E5
7#C2F7EC
8#D6FAF2
9#EBFCF9
Tones
Muted variations
1#3CDDBA
2#45D4B5
3#4ECBB0
4#57C2AB
5#5FB9A6
6#68B0A1
7#71A79B
8#7A9E96
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF5;
--emerald-200: #C4F8ED;
--emerald-300: #97F2DE;
--emerald-400: #60EBCD;
--emerald-500: #33E6BF;
--emerald-600: #19C8A2;
--emerald-700: #149F81;
--emerald-800: #0E715C;
--emerald-900: #09493B;
--emerald-950: #062D25;
}