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