#55fcaf
a light, electric green · cool · closest name: aquamarine
RGB
85, 252, 175
HSL
152°, 97%, 66%
CMYK
66, 0, 31, 1
Luminance
0.7465
Every format
| HEX | #55fcaf |
| RGB | rgb(85, 252, 175) |
| HSL | hsl(152, 97%, 66%) |
| CMYK | cmyk(66%, 0%, 31%, 1%) |
| LAB | lab(89.2 -60.2 24.6) |
| LCH | lch(89.2 65.0 157.8) |
| OKLCH | oklch(0.886 0.175 159.2) |
Copy-ready code
/* CSS */
color: #55fcaf;
background-color: #55fcaf;
/* Tailwind (arbitrary) */
class="text-[#55fcaf] bg-[#55fcaf]"
/* SCSS */
$brand: #55fcaf;
/* SwiftUI */
Color(red: 0.333, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#55fcaf")Accessibility — WCAG contrast
Aa
#55fcaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fcaf on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#55fcaf text on a black background
contrast 15.93:1
Card sample
#55fcaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fcaf;
Background color
Panel with #55fcaf background
background-color: #55fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fcaf; background: linear-gradient(135deg, #55fcaf, #55DAFC);