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