#afedeb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 237, 235
HSL
178°, 63%, 81%
CMYK
26, 0, 1, 7
Luminance
0.7568
Every format
| HEX | #afedeb |
| RGB | rgb(175, 237, 235) |
| HSL | hsl(178, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 1%, 7%) |
| LAB | lab(89.7 -19.8 -5.3) |
| LCH | lch(89.7 20.5 195.1) |
| OKLCH | oklch(0.904 0.062 193.6) |
Copy-ready code
/* CSS */
color: #afedeb;
background-color: #afedeb;
/* Tailwind (arbitrary) */
class="text-[#afedeb] bg-[#afedeb]"
/* SCSS */
$brand: #afedeb;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#afedeb")Accessibility — WCAG contrast
Aa
#afedeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedeb on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue92.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#afedeb text on a black background
contrast 16.14:1
Card sample
#afedeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedeb;
Background color
Panel with #afedeb background
background-color: #afedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedeb; background: linear-gradient(135deg, #afedeb, #AFC6ED);