#5ffceb
a light, electric cyan · cool · closest name: turquoise
RGB
95, 252, 235
HSL
174°, 96%, 68%
CMYK
62, 0, 7, 1
Luminance
0.7805
Every format
| HEX | #5ffceb |
| RGB | rgb(95, 252, 235) |
| HSL | hsl(174, 96%, 68%) |
| CMYK | cmyk(62%, 0%, 7%, 1%) |
| LAB | lab(90.8 -44.9 -4.1) |
| LCH | lch(90.8 45.1 185.2) |
| OKLCH | oklch(0.904 0.133 185.1) |
Copy-ready code
/* CSS */
color: #5ffceb;
background-color: #5ffceb;
/* Tailwind (arbitrary) */
class="text-[#5ffceb] bg-[#5ffceb]"
/* SCSS */
$brand: #5ffceb;
/* SwiftUI */
Color(red: 0.373, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#5ffceb")Accessibility — WCAG contrast
Aa
#5ffceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffceb on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#5ffceb text on a black background
contrast 16.61:1
Card sample
#5ffceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffceb;
Background color
Panel with #5ffceb background
background-color: #5ffceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffceb; background: linear-gradient(135deg, #5ffceb, #5FA4FC);