#affcfd
a light, electric cyan · cool · closest name: skyblue
RGB
175, 252, 253
HSL
181°, 95%, 84%
CMYK
31, 0, 0, 1
Luminance
0.8583
Every format
| HEX | #affcfd |
| RGB | rgb(175, 252, 253) |
| HSL | hsl(181, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 0%, 1%) |
| LAB | lab(94.2 -23.2 -8.0) |
| LCH | lch(94.2 24.5 199.1) |
| OKLCH | oklch(0.942 0.075 197.0) |
Copy-ready code
/* CSS */
color: #affcfd;
background-color: #affcfd;
/* Tailwind (arbitrary) */
class="text-[#affcfd] bg-[#affcfd]"
/* SCSS */
$brand: #affcfd;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#affcfd")Accessibility — WCAG contrast
Aa
#affcfd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcfd on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#affcfd text on a black background
contrast 18.17:1
Card sample
#affcfd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcfd;
Background color
Panel with #affcfd background
background-color: #affcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcfd; background: linear-gradient(135deg, #affcfd, #AFC8FD);