#afd9f0
a light, vivid blue · cool · closest name: skyblue
RGB
175, 217, 240
HSL
201°, 68%, 81%
CMYK
27, 10, 0, 6
Luminance
0.6503
Every format
| HEX | #afd9f0 |
| RGB | rgb(175, 217, 240) |
| HSL | hsl(201, 68%, 81%) |
| CMYK | cmyk(27%, 10%, 0%, 6%) |
| LAB | lab(84.5 -8.6 -15.7) |
| LCH | lch(84.5 17.9 241.5) |
| OKLCH | oklch(0.863 0.054 232.2) |
Copy-ready code
/* CSS */
color: #afd9f0;
background-color: #afd9f0;
/* Tailwind (arbitrary) */
class="text-[#afd9f0] bg-[#afd9f0]"
/* SCSS */
$brand: #afd9f0;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.941)
/* Android */
Color.parseColor("#afd9f0")Accessibility — WCAG contrast
Aa
#afd9f0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9f0 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta9.6%
Yellow0.0%
Key (black)5.9%
Color previews
#afd9f0 text on a black background
contrast 14.01:1
Card sample
#afd9f0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9f0;
Background color
Panel with #afd9f0 background
background-color: #afd9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9f0; background: linear-gradient(135deg, #afd9f0, #B0AFF0);