#affef1
a light, electric cyan · cool · closest name: turquoise
RGB
175, 254, 241
HSL
170°, 98%, 84%
CMYK
31, 0, 5, 0
Luminance
0.8635
Every format
| HEX | #affef1 |
| RGB | rgb(175, 254, 241) |
| HSL | hsl(170, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 5%, 0%) |
| LAB | lab(94.5 -26.8 -1.5) |
| LCH | lch(94.5 26.8 183.2) |
| OKLCH | oklch(0.942 0.079 183.2) |
Copy-ready code
/* CSS */
color: #affef1;
background-color: #affef1;
/* Tailwind (arbitrary) */
class="text-[#affef1] bg-[#affef1]"
/* SCSS */
$brand: #affef1;
/* SwiftUI */
Color(red: 0.686, green: 0.996, blue: 0.945)
/* Android */
Color.parseColor("#affef1")Accessibility — WCAG contrast
Aa
#affef1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affef1 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green99.6%
Blue94.5%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow5.1%
Key (black)0.4%
Color previews
#affef1 text on a black background
contrast 18.27:1
Card sample
#affef1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affef1;
Background color
Panel with #affef1 background
background-color: #affef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 254, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 254, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affef1; background: linear-gradient(135deg, #affef1, #AFD6FE);