#afcceb
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 235
HSL
211°, 60%, 80%
CMYK
26, 13, 0, 8
Luminance
0.5830
Every format
| HEX | #afcceb |
| RGB | rgb(175, 204, 235) |
| HSL | hsl(211, 60%, 80%) |
| CMYK | cmyk(26%, 13%, 0%, 8%) |
| LAB | lab(80.9 -2.9 -18.5) |
| LCH | lch(80.9 18.7 261.1) |
| OKLCH | oklch(0.834 0.054 250.2) |
Copy-ready code
/* CSS */
color: #afcceb;
background-color: #afcceb;
/* Tailwind (arbitrary) */
class="text-[#afcceb] bg-[#afcceb]"
/* SCSS */
$brand: #afcceb;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#afcceb")Accessibility — WCAG contrast
Aa
#afcceb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcceb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#afcceb text on a black background
contrast 12.66:1
Card sample
#afcceb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcceb;
Background color
Panel with #afcceb background
background-color: #afcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcceb; background: linear-gradient(135deg, #afcceb, #BAAFEB);