#5cebaf
a balanced, electric green · cool · closest name: aquamarine
RGB
92, 235, 175
HSL
155°, 78%, 64%
CMYK
61, 0, 26, 8
Luminance
0.6479
Every format
| HEX | #5cebaf |
| RGB | rgb(92, 235, 175) |
| HSL | hsl(155, 78%, 64%) |
| CMYK | cmyk(61%, 0%, 26%, 8%) |
| LAB | lab(84.4 -52.2 17.9) |
| LCH | lch(84.4 55.2 161.1) |
| OKLCH | oklch(0.847 0.151 162.4) |
Copy-ready code
/* CSS */
color: #5cebaf;
background-color: #5cebaf;
/* Tailwind (arbitrary) */
class="text-[#5cebaf] bg-[#5cebaf]"
/* SCSS */
$brand: #5cebaf;
/* SwiftUI */
Color(red: 0.361, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#5cebaf")Accessibility — WCAG contrast
Aa
#5cebaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cebaf on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green92.2%
Blue68.6%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#5cebaf text on a black background
contrast 13.96:1
Card sample
#5cebaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cebaf;
Background color
Panel with #5cebaf background
background-color: #5cebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cebaf; background: linear-gradient(135deg, #5cebaf, #5CC8EB);