#afdbf8
a light, electric blue · cool · closest name: skyblue
RGB
175, 219, 248
HSL
204°, 84%, 83%
CMYK
29, 12, 0, 3
Luminance
0.6655
Every format
| HEX | #afdbf8 |
| RGB | rgb(175, 219, 248) |
| HSL | hsl(204, 84%, 83%) |
| CMYK | cmyk(29%, 12%, 0%, 3%) |
| LAB | lab(85.3 -7.7 -18.8) |
| LCH | lch(85.3 20.3 247.6) |
| OKLCH | oklch(0.870 0.061 237.3) |
Copy-ready code
/* CSS */
color: #afdbf8;
background-color: #afdbf8;
/* Tailwind (arbitrary) */
class="text-[#afdbf8] bg-[#afdbf8]"
/* SCSS */
$brand: #afdbf8;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#afdbf8")Accessibility — WCAG contrast
Aa
#afdbf8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbf8 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#afdbf8 text on a black background
contrast 14.31:1
Card sample
#afdbf8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbf8;
Background color
Panel with #afdbf8 background
background-color: #afdbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbf8; background: linear-gradient(135deg, #afdbf8, #B3AFF8);