#affce4
a light, electric cyan · cool · closest name: aquamarine
RGB
175, 252, 228
HSL
161°, 93%, 84%
CMYK
31, 0, 10, 1
Luminance
0.8434
Every format
| HEX | #affce4 |
| RGB | rgb(175, 252, 228) |
| HSL | hsl(161, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 10%, 1%) |
| LAB | lab(93.6 -28.5 4.0) |
| LCH | lch(93.6 28.8 172.1) |
| OKLCH | oklch(0.934 0.083 173.0) |
Copy-ready code
/* CSS */
color: #affce4;
background-color: #affce4;
/* Tailwind (arbitrary) */
class="text-[#affce4] bg-[#affce4]"
/* SCSS */
$brand: #affce4;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#affce4")Accessibility — WCAG contrast
Aa
#affce4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affce4 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue89.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#affce4 text on a black background
contrast 17.87:1
Card sample
#affce4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affce4;
Background color
Panel with #affce4 background
background-color: #affce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affce4; background: linear-gradient(135deg, #affce4, #AFE1FC);