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