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