#afd9fa
a light, electric blue · cool · closest name: skyblue
RGB
175, 217, 250
HSL
206°, 88%, 83%
CMYK
30, 13, 0, 2
Luminance
0.6564
Every format
| HEX | #afd9fa |
| RGB | rgb(175, 217, 250) |
| HSL | hsl(206, 88%, 83%) |
| CMYK | cmyk(30%, 13%, 0%, 2%) |
| LAB | lab(84.8 -6.2 -20.6) |
| LCH | lch(84.8 21.5 253.1) |
| OKLCH | oklch(0.867 0.064 242.1) |
Copy-ready code
/* CSS */
color: #afd9fa;
background-color: #afd9fa;
/* Tailwind (arbitrary) */
class="text-[#afd9fa] bg-[#afd9fa]"
/* SCSS */
$brand: #afd9fa;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.980)
/* Android */
Color.parseColor("#afd9fa")Accessibility — WCAG contrast
Aa
#afd9fa on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9fa on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta13.2%
Yellow0.0%
Key (black)2.0%
Color previews
#afd9fa text on a black background
contrast 14.13:1
Card sample
#afd9fa text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9fa;
Background color
Panel with #afd9fa background
background-color: #afd9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9fa; background: linear-gradient(135deg, #afd9fa, #B7AFFA);