#afdeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 222, 235
HSL
193°, 60%, 80%
CMYK
26, 6, 0, 8
Luminance
0.6735
Every format
| HEX | #afdeeb |
| RGB | rgb(175, 222, 235) |
| HSL | hsl(193, 60%, 80%) |
| CMYK | cmyk(26%, 6%, 0%, 8%) |
| LAB | lab(85.7 -12.3 -11.3) |
| LCH | lch(85.7 16.7 222.7) |
| OKLCH | oklch(0.872 0.052 216.5) |
Copy-ready code
/* CSS */
color: #afdeeb;
background-color: #afdeeb;
/* Tailwind (arbitrary) */
class="text-[#afdeeb] bg-[#afdeeb]"
/* SCSS */
$brand: #afdeeb;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.922)
/* Android */
Color.parseColor("#afdeeb")Accessibility — WCAG contrast
Aa
#afdeeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdeeb on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta5.5%
Yellow0.0%
Key (black)7.8%
Color previews
#afdeeb text on a black background
contrast 14.47:1
Card sample
#afdeeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdeeb;
Background color
Panel with #afdeeb background
background-color: #afdeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdeeb; background: linear-gradient(135deg, #afdeeb, #AFB6EB);