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