#afdfff
a light, electric blue · cool · closest name: skyblue
RGB
175, 223, 255
HSL
204°, 100%, 84%
CMYK
31, 13, 0, 0
Luminance
0.6911
Every format
| HEX | #afdfff |
| RGB | rgb(175, 223, 255) |
| HSL | hsl(204, 100%, 84%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(86.6 -8.2 -20.6) |
| LCH | lch(86.6 22.1 248.3) |
| OKLCH | oklch(0.881 0.067 237.7) |
Copy-ready code
/* CSS */
color: #afdfff;
background-color: #afdfff;
/* Tailwind (arbitrary) */
class="text-[#afdfff] bg-[#afdfff]"
/* SCSS */
$brand: #afdfff;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#afdfff")Accessibility — WCAG contrast
Aa
#afdfff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfff on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#afdfff text on a black background
contrast 14.82:1
Card sample
#afdfff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfff;
Background color
Panel with #afdfff background
background-color: #afdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfff; background: linear-gradient(135deg, #afdfff, #B4AFFF);