#afbfed
a light, vivid blue · cool · closest name: skyblue
RGB
175, 191, 237
HSL
225°, 63%, 81%
CMYK
26, 19, 0, 7
Luminance
0.5249
Every format
| HEX | #afbfed |
| RGB | rgb(175, 191, 237) |
| HSL | hsl(225, 63%, 81%) |
| CMYK | cmyk(26%, 19%, 0%, 7%) |
| LAB | lab(77.6 4.5 -24.6) |
| LCH | lch(77.6 25.0 280.4) |
| OKLCH | oklch(0.808 0.068 269.9) |
Copy-ready code
/* CSS */
color: #afbfed;
background-color: #afbfed;
/* Tailwind (arbitrary) */
class="text-[#afbfed] bg-[#afbfed]"
/* SCSS */
$brand: #afbfed;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.929)
/* Android */
Color.parseColor("#afbfed")Accessibility — WCAG contrast
Aa
#afbfed on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfed on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta19.4%
Yellow0.0%
Key (black)7.1%
Color previews
#afbfed text on a black background
contrast 11.50:1
Card sample
#afbfed text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfed;
Background color
Panel with #afbfed background
background-color: #afbfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfed; background: linear-gradient(135deg, #afbfed, #C8AFED);