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