#5eedce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
94, 237, 206
HSL
167°, 80%, 65%
CMYK
60, 0, 13, 7
Luminance
0.6740
Every format
| HEX | #5eedce |
| RGB | rgb(94, 237, 206) |
| HSL | hsl(167, 80%, 65%) |
| CMYK | cmyk(60%, 0%, 13%, 7%) |
| LAB | lab(85.7 -45.7 3.6) |
| LCH | lch(85.7 45.9 175.5) |
| OKLCH | oklch(0.860 0.131 176.1) |
Copy-ready code
/* CSS */
color: #5eedce;
background-color: #5eedce;
/* Tailwind (arbitrary) */
class="text-[#5eedce] bg-[#5eedce]"
/* SCSS */
$brand: #5eedce;
/* SwiftUI */
Color(red: 0.369, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#5eedce")Accessibility — WCAG contrast
Aa
#5eedce on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eedce on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.9%
Blue80.8%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow13.1%
Key (black)7.1%
Color previews
#5eedce text on a black background
contrast 14.48:1
Card sample
#5eedce text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eedce;
Background color
Panel with #5eedce background
background-color: #5eedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eedce; background: linear-gradient(135deg, #5eedce, #5EADED);