#afbced
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 237
HSL
227°, 63%, 81%
CMYK
26, 21, 0, 7
Luminance
0.5119
Every format
| HEX | #afbced |
| RGB | rgb(175, 188, 237) |
| HSL | hsl(227, 63%, 81%) |
| CMYK | cmyk(26%, 21%, 0%, 7%) |
| LAB | lab(76.8 6.2 -25.8) |
| LCH | lch(76.8 26.5 283.4) |
| OKLCH | oklch(0.802 0.071 273.1) |
Copy-ready code
/* CSS */
color: #afbced;
background-color: #afbced;
/* Tailwind (arbitrary) */
class="text-[#afbced] bg-[#afbced]"
/* SCSS */
$brand: #afbced;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.929)
/* Android */
Color.parseColor("#afbced")Accessibility — WCAG contrast
Aa
#afbced on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbced on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta20.7%
Yellow0.0%
Key (black)7.1%
Color previews
#afbced text on a black background
contrast 11.24:1
Card sample
#afbced text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbced;
Background color
Panel with #afbced background
background-color: #afbced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbced; background: linear-gradient(135deg, #afbced, #CBAFED);