#afdbf2
a light, vivid blue · cool · closest name: skyblue
RGB
175, 219, 242
HSL
201°, 72%, 82%
CMYK
28, 10, 0, 5
Luminance
0.6619
Every format
| HEX | #afdbf2 |
| RGB | rgb(175, 219, 242) |
| HSL | hsl(201, 72%, 82%) |
| CMYK | cmyk(28%, 10%, 0%, 5%) |
| LAB | lab(85.1 -9.1 -15.9) |
| LCH | lch(85.1 18.4 240.1) |
| OKLCH | oklch(0.868 0.056 231.0) |
Copy-ready code
/* CSS */
color: #afdbf2;
background-color: #afdbf2;
/* Tailwind (arbitrary) */
class="text-[#afdbf2] bg-[#afdbf2]"
/* SCSS */
$brand: #afdbf2;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#afdbf2")Accessibility — WCAG contrast
Aa
#afdbf2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbf2 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#afdbf2 text on a black background
contrast 14.24:1
Card sample
#afdbf2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbf2;
Background color
Panel with #afdbf2 background
background-color: #afdbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbf2; background: linear-gradient(135deg, #afdbf2, #B0AFF2);