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