#afdffc
a light, electric blue · cool · closest name: skyblue
RGB
175, 223, 252
HSL
203°, 93%, 84%
CMYK
31, 12, 0, 1
Luminance
0.6892
Every format
| HEX | #afdffc |
| RGB | rgb(175, 223, 252) |
| HSL | hsl(203, 93%, 84%) |
| CMYK | cmyk(31%, 12%, 0%, 1%) |
| LAB | lab(86.5 -8.9 -19.1) |
| LCH | lch(86.5 21.1 245.1) |
| OKLCH | oklch(0.880 0.064 235.0) |
Copy-ready code
/* CSS */
color: #afdffc;
background-color: #afdffc;
/* Tailwind (arbitrary) */
class="text-[#afdffc] bg-[#afdffc]"
/* SCSS */
$brand: #afdffc;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#afdffc")Accessibility — WCAG contrast
Aa
#afdffc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdffc on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#afdffc text on a black background
contrast 14.78:1
Card sample
#afdffc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdffc;
Background color
Panel with #afdffc background
background-color: #afdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdffc; background: linear-gradient(135deg, #afdffc, #B2AFFC);