#5ceace
a balanced, electric cyan · cool · closest name: turquoise
RGB
92, 234, 206
HSL
168°, 77%, 64%
CMYK
61, 0, 12, 8
Luminance
0.6558
Every format
| HEX | #5ceace |
| RGB | rgb(92, 234, 206) |
| HSL | hsl(168, 77%, 64%) |
| CMYK | cmyk(61%, 0%, 12%, 8%) |
| LAB | lab(84.8 -44.8 2.2) |
| LCH | lch(84.8 44.8 177.1) |
| OKLCH | oklch(0.853 0.129 177.7) |
Copy-ready code
/* CSS */
color: #5ceace;
background-color: #5ceace;
/* Tailwind (arbitrary) */
class="text-[#5ceace] bg-[#5ceace]"
/* SCSS */
$brand: #5ceace;
/* SwiftUI */
Color(red: 0.361, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#5ceace")Accessibility — WCAG contrast
Aa
#5ceace on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ceace on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green91.8%
Blue80.8%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#5ceace text on a black background
contrast 14.12:1
Card sample
#5ceace text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ceace;
Background color
Panel with #5ceace background
background-color: #5ceace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ceace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ceace; background: linear-gradient(135deg, #5ceace, #5CA7EA);