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