#55ffbc
a light, electric green · cool · closest name: aquamarine
RGB
85, 255, 188
HSL
156°, 100%, 67%
CMYK
67, 0, 26, 0
Luminance
0.7708
Every format
| HEX | #55ffbc |
| RGB | rgb(85, 255, 188) |
| HSL | hsl(156, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 26%, 0%) |
| LAB | lab(90.4 -58.7 19.5) |
| LCH | lch(90.4 61.8 161.6) |
| OKLCH | oklch(0.896 0.169 162.8) |
Copy-ready code
/* CSS */
color: #55ffbc;
background-color: #55ffbc;
/* Tailwind (arbitrary) */
class="text-[#55ffbc] bg-[#55ffbc]"
/* SCSS */
$brand: #55ffbc;
/* SwiftUI */
Color(red: 0.333, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#55ffbc")Accessibility — WCAG contrast
Aa
#55ffbc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ffbc on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green100.0%
Blue73.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#55ffbc text on a black background
contrast 16.42:1
Card sample
#55ffbc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ffbc;
Background color
Panel with #55ffbc background
background-color: #55ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ffbc; background: linear-gradient(135deg, #55ffbc, #55D1FF);