#afbedf
a light, soft blue · cool · closest name: skyblue
RGB
175, 190, 223
HSL
221°, 43%, 78%
CMYK
22, 15, 0, 13
Luminance
0.5127
Every format
| HEX | #afbedf |
| RGB | rgb(175, 190, 223) |
| HSL | hsl(221, 43%, 78%) |
| CMYK | cmyk(22%, 15%, 0%, 13%) |
| LAB | lab(76.8 1.9 -18.2) |
| LCH | lch(76.8 18.3 275.8) |
| OKLCH | oklch(0.801 0.050 266.0) |
Copy-ready code
/* CSS */
color: #afbedf;
background-color: #afbedf;
/* Tailwind (arbitrary) */
class="text-[#afbedf] bg-[#afbedf]"
/* SCSS */
$brand: #afbedf;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#afbedf")Accessibility — WCAG contrast
Aa
#afbedf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbedf on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#afbedf text on a black background
contrast 11.25:1
Card sample
#afbedf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbedf;
Background color
Panel with #afbedf background
background-color: #afbedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbedf; background: linear-gradient(135deg, #afbedf, #C0AFDF);