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