#aefbeb
a light, electric cyan · cool · closest name: aquamarine
RGB
174, 251, 235
HSL
168°, 91%, 83%
CMYK
31, 0, 6, 2
Luminance
0.8399
Every format
| HEX | #aefbeb |
| RGB | rgb(174, 251, 235) |
| HSL | hsl(168, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 6%, 2%) |
| LAB | lab(93.5 -26.9 0.1) |
| LCH | lch(93.5 26.9 179.7) |
| OKLCH | oklch(0.934 0.079 180.1) |
Copy-ready code
/* CSS */
color: #aefbeb;
background-color: #aefbeb;
/* Tailwind (arbitrary) */
class="text-[#aefbeb] bg-[#aefbeb]"
/* SCSS */
$brand: #aefbeb;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.922)
/* Android */
Color.parseColor("#aefbeb")Accessibility — WCAG contrast
Aa
#aefbeb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbeb on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue92.2%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow6.4%
Key (black)1.6%
Color previews
#aefbeb text on a black background
contrast 17.80:1
Card sample
#aefbeb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbeb;
Background color
Panel with #aefbeb background
background-color: #aefbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbeb; background: linear-gradient(135deg, #aefbeb, #AED8FB);