#afbfee
a light, vivid blue · cool · closest name: skyblue
RGB
175, 191, 238
HSL
225°, 65%, 81%
CMYK
27, 20, 0, 7
Luminance
0.5255
Every format
| HEX | #afbfee |
| RGB | rgb(175, 191, 238) |
| HSL | hsl(225, 65%, 81%) |
| CMYK | cmyk(27%, 20%, 0%, 7%) |
| LAB | lab(77.6 4.8 -25.1) |
| LCH | lch(77.6 25.6 280.8) |
| OKLCH | oklch(0.809 0.069 270.1) |
Copy-ready code
/* CSS */
color: #afbfee;
background-color: #afbfee;
/* Tailwind (arbitrary) */
class="text-[#afbfee] bg-[#afbfee]"
/* SCSS */
$brand: #afbfee;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#afbfee")Accessibility — WCAG contrast
Aa
#afbfee on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfee on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#afbfee text on a black background
contrast 11.51:1
Card sample
#afbfee text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfee;
Background color
Panel with #afbfee background
background-color: #afbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfee; background: linear-gradient(135deg, #afbfee, #C9AFEE);