#5eebc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
94, 235, 201
HSL
166°, 78%, 65%
CMYK
60, 0, 15, 8
Luminance
0.6601
Every format
| HEX | #5eebc9 |
| RGB | rgb(94, 235, 201) |
| HSL | hsl(166, 78%, 65%) |
| CMYK | cmyk(60%, 0%, 15%, 8%) |
| LAB | lab(85.0 -46.0 5.2) |
| LCH | lch(85.0 46.3 173.6) |
| OKLCH | oklch(0.854 0.132 174.3) |
Copy-ready code
/* CSS */
color: #5eebc9;
background-color: #5eebc9;
/* Tailwind (arbitrary) */
class="text-[#5eebc9] bg-[#5eebc9]"
/* SCSS */
$brand: #5eebc9;
/* SwiftUI */
Color(red: 0.369, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#5eebc9")Accessibility — WCAG contrast
Aa
#5eebc9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eebc9 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.2%
Blue78.8%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#5eebc9 text on a black background
contrast 14.20:1
Card sample
#5eebc9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eebc9;
Background color
Panel with #5eebc9 background
background-color: #5eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eebc9; background: linear-gradient(135deg, #5eebc9, #5EAFEB);