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