#afdbf1
a light, vivid blue · cool · closest name: skyblue
RGB
175, 219, 241
HSL
200°, 70%, 82%
CMYK
27, 9, 0, 6
Luminance
0.6613
Every format
| HEX | #afdbf1 |
| RGB | rgb(175, 219, 241) |
| HSL | hsl(200, 70%, 82%) |
| CMYK | cmyk(27%, 9%, 0%, 6%) |
| LAB | lab(85.1 -9.4 -15.4) |
| LCH | lch(85.1 18.0 238.7) |
| OKLCH | oklch(0.868 0.055 229.8) |
Copy-ready code
/* CSS */
color: #afdbf1;
background-color: #afdbf1;
/* Tailwind (arbitrary) */
class="text-[#afdbf1] bg-[#afdbf1]"
/* SCSS */
$brand: #afdbf1;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#afdbf1")Accessibility — WCAG contrast
Aa
#afdbf1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbf1 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta9.1%
Yellow0.0%
Key (black)5.5%
Color previews
#afdbf1 text on a black background
contrast 14.23:1
Card sample
#afdbf1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbf1;
Background color
Panel with #afdbf1 background
background-color: #afdbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbf1; background: linear-gradient(135deg, #afdbf1, #AFAFF1);