#affce1
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 225
HSL
159°, 93%, 84%
CMYK
31, 0, 11, 1
Luminance
0.8417
Every format
| HEX | #affce1 |
| RGB | rgb(175, 252, 225) |
| HSL | hsl(159, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 11%, 1%) |
| LAB | lab(93.5 -29.1 5.4) |
| LCH | lch(93.5 29.6 169.5) |
| OKLCH | oklch(0.933 0.084 170.5) |
Copy-ready code
/* CSS */
color: #affce1;
background-color: #affce1;
/* Tailwind (arbitrary) */
class="text-[#affce1] bg-[#affce1]"
/* SCSS */
$brand: #affce1;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.882)
/* Android */
Color.parseColor("#affce1")Accessibility — WCAG contrast
Aa
#affce1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affce1 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue88.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow10.7%
Key (black)1.2%
Color previews
#affce1 text on a black background
contrast 17.83:1
Card sample
#affce1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affce1;
Background color
Panel with #affce1 background
background-color: #affce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affce1; background: linear-gradient(135deg, #affce1, #AFE4FC);