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