#5effeb
a light, electric cyan · cool · closest name: turquoise
RGB
94, 255, 235
HSL
173°, 100%, 68%
CMYK
63, 0, 8, 0
Luminance
0.7990
Every format
| HEX | #5effeb |
| RGB | rgb(94, 255, 235) |
| HSL | hsl(173, 100%, 68%) |
| CMYK | cmyk(63%, 0%, 8%, 0%) |
| LAB | lab(91.6 -46.4 -2.9) |
| LCH | lch(91.6 46.5 183.5) |
| OKLCH | oklch(0.911 0.137 183.6) |
Copy-ready code
/* CSS */
color: #5effeb;
background-color: #5effeb;
/* Tailwind (arbitrary) */
class="text-[#5effeb] bg-[#5effeb]"
/* SCSS */
$brand: #5effeb;
/* SwiftUI */
Color(red: 0.369, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#5effeb")Accessibility — WCAG contrast
Aa
#5effeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5effeb on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green100.0%
Blue92.2%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#5effeb text on a black background
contrast 16.98:1
Card sample
#5effeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5effeb;
Background color
Panel with #5effeb background
background-color: #5effeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5effeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5effeb; background: linear-gradient(135deg, #5effeb, #5EA8FF);