#4bfbc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
75, 251, 201
HSL
163°, 96%, 64%
CMYK
70, 0, 20, 2
Luminance
0.7471
Every format
| HEX | #4bfbc9 |
| RGB | rgb(75, 251, 201) |
| HSL | hsl(163, 96%, 64%) |
| CMYK | cmyk(70%, 0%, 20%, 2%) |
| LAB | lab(89.3 -55.7 11.2) |
| LCH | lch(89.3 56.8 168.6) |
| OKLCH | oklch(0.888 0.158 169.5) |
Copy-ready code
/* CSS */
color: #4bfbc9;
background-color: #4bfbc9;
/* Tailwind (arbitrary) */
class="text-[#4bfbc9] bg-[#4bfbc9]"
/* SCSS */
$brand: #4bfbc9;
/* SwiftUI */
Color(red: 0.294, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#4bfbc9")Accessibility — WCAG contrast
Aa
#4bfbc9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfbc9 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#4bfbc9 text on a black background
contrast 15.94:1
Card sample
#4bfbc9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfbc9;
Background color
Panel with #4bfbc9 background
background-color: #4bfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfbc9; background: linear-gradient(135deg, #4bfbc9, #4BB8FB);