#afdcfa
a light, electric blue · cool · closest name: skyblue
RGB
175, 220, 250
HSL
204°, 88%, 83%
CMYK
30, 12, 0, 2
Luminance
0.6720
Every format
| HEX | #afdcfa |
| RGB | rgb(175, 220, 250) |
| HSL | hsl(204, 88%, 83%) |
| CMYK | cmyk(30%, 12%, 0%, 2%) |
| LAB | lab(85.6 -7.8 -19.4) |
| LCH | lch(85.6 20.9 248.1) |
| OKLCH | oklch(0.873 0.063 237.6) |
Copy-ready code
/* CSS */
color: #afdcfa;
background-color: #afdcfa;
/* Tailwind (arbitrary) */
class="text-[#afdcfa] bg-[#afdcfa]"
/* SCSS */
$brand: #afdcfa;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.980)
/* Android */
Color.parseColor("#afdcfa")Accessibility — WCAG contrast
Aa
#afdcfa on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcfa on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta12.0%
Yellow0.0%
Key (black)2.0%
Color previews
#afdcfa text on a black background
contrast 14.44:1
Card sample
#afdcfa text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcfa;
Background color
Panel with #afdcfa background
background-color: #afdcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcfa; background: linear-gradient(135deg, #afdcfa, #B4AFFA);