#afedda
a light, vivid cyan · cool · closest name: beige
RGB
175, 237, 218
HSL
162°, 63%, 81%
CMYK
26, 0, 8, 7
Luminance
0.7474
Every format
| HEX | #afedda |
| RGB | rgb(175, 237, 218) |
| HSL | hsl(162, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 8%, 7%) |
| LAB | lab(89.3 -23.4 2.9) |
| LCH | lch(89.3 23.6 173.0) |
| OKLCH | oklch(0.899 0.068 173.8) |
Copy-ready code
/* CSS */
color: #afedda;
background-color: #afedda;
/* Tailwind (arbitrary) */
class="text-[#afedda] bg-[#afedda]"
/* SCSS */
$brand: #afedda;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.855)
/* Android */
Color.parseColor("#afedda")Accessibility — WCAG contrast
Aa
#afedda on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedda on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue85.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow8.0%
Key (black)7.1%
Color previews
#afedda text on a black background
contrast 15.95:1
Card sample
#afedda text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedda;
Background color
Panel with #afedda background
background-color: #afedda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedda; background: linear-gradient(135deg, #afedda, #AFD7ED);