#aafceb
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 252, 235
HSL
168°, 93%, 83%
CMYK
33, 0, 7, 1
Luminance
0.8417
Every format
| HEX | #aafceb |
| RGB | rgb(170, 252, 235) |
| HSL | hsl(168, 93%, 83%) |
| CMYK | cmyk(33%, 0%, 7%, 1%) |
| LAB | lab(93.5 -28.5 0.2) |
| LCH | lch(93.5 28.5 179.6) |
| OKLCH | oklch(0.934 0.083 179.9) |
Copy-ready code
/* CSS */
color: #aafceb;
background-color: #aafceb;
/* Tailwind (arbitrary) */
class="text-[#aafceb] bg-[#aafceb]"
/* SCSS */
$brand: #aafceb;
/* SwiftUI */
Color(red: 0.667, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#aafceb")Accessibility — WCAG contrast
Aa
#aafceb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafceb on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#aafceb text on a black background
contrast 17.83:1
Card sample
#aafceb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafceb;
Background color
Panel with #aafceb background
background-color: #aafceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafceb; background: linear-gradient(135deg, #aafceb, #AAD6FC);