#afcce2
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 226
HSL
206°, 47%, 79%
CMYK
23, 10, 0, 11
Luminance
0.5779
Every format
| HEX | #afcce2 |
| RGB | rgb(175, 204, 226) |
| HSL | hsl(206, 47%, 79%) |
| CMYK | cmyk(23%, 10%, 0%, 11%) |
| LAB | lab(80.6 -4.9 -14.1) |
| LCH | lch(80.6 14.9 250.7) |
| OKLCH | oklch(0.831 0.044 240.8) |
Copy-ready code
/* CSS */
color: #afcce2;
background-color: #afcce2;
/* Tailwind (arbitrary) */
class="text-[#afcce2] bg-[#afcce2]"
/* SCSS */
$brand: #afcce2;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#afcce2")Accessibility — WCAG contrast
Aa
#afcce2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcce2 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#afcce2 text on a black background
contrast 12.56:1
Card sample
#afcce2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcce2;
Background color
Panel with #afcce2 background
background-color: #afcce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcce2; background: linear-gradient(135deg, #afcce2, #B4AFE2);