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