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