#4aebbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 235, 188
HSL
163°, 80%, 61%
CMYK
69, 0, 20, 8
Luminance
0.6450
Every format
| HEX | #4aebbc |
| RGB | rgb(74, 235, 188) |
| HSL | hsl(163, 80%, 61%) |
| CMYK | cmyk(69%, 0%, 20%, 8%) |
| LAB | lab(84.2 -52.4 10.8) |
| LCH | lch(84.2 53.5 168.3) |
| OKLCH | oklch(0.845 0.149 169.3) |
Copy-ready code
/* CSS */
color: #4aebbc;
background-color: #4aebbc;
/* Tailwind (arbitrary) */
class="text-[#4aebbc] bg-[#4aebbc]"
/* SCSS */
$brand: #4aebbc;
/* SwiftUI */
Color(red: 0.290, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#4aebbc")Accessibility — WCAG contrast
Aa
#4aebbc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aebbc on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green92.2%
Blue73.7%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#4aebbc text on a black background
contrast 13.90:1
Card sample
#4aebbc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aebbc;
Background color
Panel with #4aebbc background
background-color: #4aebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aebbc; background: linear-gradient(135deg, #4aebbc, #4AAFEB);