#afdffa
a light, electric blue · cool · closest name: skyblue
RGB
175, 223, 250
HSL
202°, 88%, 83%
CMYK
30, 11, 0, 2
Luminance
0.6879
Every format
| HEX | #afdffa |
| RGB | rgb(175, 223, 250) |
| HSL | hsl(202, 88%, 83%) |
| CMYK | cmyk(30%, 11%, 0%, 2%) |
| LAB | lab(86.4 -9.3 -18.2) |
| LCH | lch(86.4 20.4 242.8) |
| OKLCH | oklch(0.879 0.062 233.0) |
Copy-ready code
/* CSS */
color: #afdffa;
background-color: #afdffa;
/* Tailwind (arbitrary) */
class="text-[#afdffa] bg-[#afdffa]"
/* SCSS */
$brand: #afdffa;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#afdffa")Accessibility — WCAG contrast
Aa
#afdffa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdffa on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#afdffa text on a black background
contrast 14.76:1
Card sample
#afdffa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdffa;
Background color
Panel with #afdffa background
background-color: #afdffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdffa; background: linear-gradient(135deg, #afdffa, #B1AFFA);