#afcce9
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 233
HSL
210°, 57%, 80%
CMYK
25, 12, 0, 9
Luminance
0.5818
Every format
| HEX | #afcce9 |
| RGB | rgb(175, 204, 233) |
| HSL | hsl(210, 57%, 80%) |
| CMYK | cmyk(25%, 12%, 0%, 9%) |
| LAB | lab(80.8 -3.4 -17.5) |
| LCH | lch(80.8 17.8 259.1) |
| OKLCH | oklch(0.833 0.051 248.4) |
Copy-ready code
/* CSS */
color: #afcce9;
background-color: #afcce9;
/* Tailwind (arbitrary) */
class="text-[#afcce9] bg-[#afcce9]"
/* SCSS */
$brand: #afcce9;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.914)
/* Android */
Color.parseColor("#afcce9")Accessibility — WCAG contrast
Aa
#afcce9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcce9 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta12.4%
Yellow0.0%
Key (black)8.6%
Color previews
#afcce9 text on a black background
contrast 12.64:1
Card sample
#afcce9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcce9;
Background color
Panel with #afcce9 background
background-color: #afcce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcce9; background: linear-gradient(135deg, #afcce9, #B9AFE9);