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