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