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