#5feceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
95, 236, 235
HSL
180°, 79%, 65%
CMYK
60, 0, 0, 8
Luminance
0.6842
Every format
| HEX | #5feceb |
| RGB | rgb(95, 236, 235) |
| HSL | hsl(180, 79%, 65%) |
| CMYK | cmyk(60%, 0%, 0%, 8%) |
| LAB | lab(86.2 -37.8 -10.9) |
| LCH | lch(86.2 39.3 196.1) |
| OKLCH | oklch(0.867 0.121 194.5) |
Copy-ready code
/* CSS */
color: #5feceb;
background-color: #5feceb;
/* Tailwind (arbitrary) */
class="text-[#5feceb] bg-[#5feceb]"
/* SCSS */
$brand: #5feceb;
/* SwiftUI */
Color(red: 0.373, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#5feceb")Accessibility — WCAG contrast
Aa
#5feceb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feceb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#5feceb text on a black background
contrast 14.68:1
Card sample
#5feceb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feceb;
Background color
Panel with #5feceb background
background-color: #5feceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feceb; background: linear-gradient(135deg, #5feceb, #5F8FEC);