#afdaeb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 218, 235
HSL
197°, 60%, 80%
CMYK
26, 7, 0, 8
Luminance
0.6525
Every format
| HEX | #afdaeb |
| RGB | rgb(175, 218, 235) |
| HSL | hsl(197, 60%, 80%) |
| CMYK | cmyk(26%, 7%, 0%, 8%) |
| LAB | lab(84.6 -10.2 -12.9) |
| LCH | lch(84.6 16.5 231.7) |
| OKLCH | oklch(0.863 0.051 223.9) |
Copy-ready code
/* CSS */
color: #afdaeb;
background-color: #afdaeb;
/* Tailwind (arbitrary) */
class="text-[#afdaeb] bg-[#afdaeb]"
/* SCSS */
$brand: #afdaeb;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#afdaeb")Accessibility — WCAG contrast
Aa
#afdaeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdaeb on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#afdaeb text on a black background
contrast 14.05:1
Card sample
#afdaeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdaeb;
Background color
Panel with #afdaeb background
background-color: #afdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdaeb; background: linear-gradient(135deg, #afdaeb, #AFB2EB);