#afdff6
a light, electric cyan · cool · closest name: skyblue
RGB
175, 223, 246
HSL
199°, 80%, 83%
CMYK
29, 9, 0, 4
Luminance
0.6854
Every format
| HEX | #afdff6 |
| RGB | rgb(175, 223, 246) |
| HSL | hsl(199, 80%, 83%) |
| CMYK | cmyk(29%, 9%, 0%, 4%) |
| LAB | lab(86.3 -10.3 -16.2) |
| LCH | lch(86.3 19.2 237.7) |
| OKLCH | oklch(0.878 0.059 228.8) |
Copy-ready code
/* CSS */
color: #afdff6;
background-color: #afdff6;
/* Tailwind (arbitrary) */
class="text-[#afdff6] bg-[#afdff6]"
/* SCSS */
$brand: #afdff6;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#afdff6")Accessibility — WCAG contrast
Aa
#afdff6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdff6 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta9.3%
Yellow0.0%
Key (black)3.5%
Color previews
#afdff6 text on a black background
contrast 14.71:1
Card sample
#afdff6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdff6;
Background color
Panel with #afdff6 background
background-color: #afdff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdff6; background: linear-gradient(135deg, #afdff6, #AFAFF6);