#5feecf
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 238, 207
HSL
167°, 81%, 65%
CMYK
60, 0, 13, 7
Luminance
0.6809
Every format
| HEX | #5feecf |
| RGB | rgb(95, 238, 207) |
| HSL | hsl(167, 81%, 65%) |
| CMYK | cmyk(60%, 0%, 13%, 7%) |
| LAB | lab(86.0 -45.7 3.6) |
| LCH | lch(86.0 45.9 175.5) |
| OKLCH | oklch(0.863 0.131 176.2) |
Copy-ready code
/* CSS */
color: #5feecf;
background-color: #5feecf;
/* Tailwind (arbitrary) */
class="text-[#5feecf] bg-[#5feecf]"
/* SCSS */
$brand: #5feecf;
/* SwiftUI */
Color(red: 0.373, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#5feecf")Accessibility — WCAG contrast
Aa
#5feecf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feecf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.3%
Blue81.2%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#5feecf text on a black background
contrast 14.62:1
Card sample
#5feecf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feecf;
Background color
Panel with #5feecf background
background-color: #5feecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feecf; background: linear-gradient(135deg, #5feecf, #5FAEEE);