#afbfea
a light, vivid blue · cool · closest name: skyblue
RGB
175, 191, 234
HSL
224°, 58%, 80%
CMYK
25, 18, 0, 8
Luminance
0.5232
Every format
| HEX | #afbfea |
| RGB | rgb(175, 191, 234) |
| HSL | hsl(224, 58%, 80%) |
| CMYK | cmyk(25%, 18%, 0%, 8%) |
| LAB | lab(77.5 3.8 -23.2) |
| LCH | lch(77.5 23.5 279.4) |
| OKLCH | oklch(0.807 0.064 269.0) |
Copy-ready code
/* CSS */
color: #afbfea;
background-color: #afbfea;
/* Tailwind (arbitrary) */
class="text-[#afbfea] bg-[#afbfea]"
/* SCSS */
$brand: #afbfea;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#afbfea")Accessibility — WCAG contrast
Aa
#afbfea on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfea on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#afbfea text on a black background
contrast 11.46:1
Card sample
#afbfea text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfea;
Background color
Panel with #afbfea background
background-color: #afbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfea; background: linear-gradient(135deg, #afbfea, #C6AFEA);