#afecda
a light, vivid cyan · cool · closest name: beige
RGB
175, 236, 218
HSL
162°, 62%, 81%
CMYK
26, 0, 8, 8
Luminance
0.7417
Every format
| HEX | #afecda |
| RGB | rgb(175, 236, 218) |
| HSL | hsl(162, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 8%, 8%) |
| LAB | lab(89.0 -22.9 2.5) |
| LCH | lch(89.0 23.0 173.8) |
| OKLCH | oklch(0.897 0.067 174.6) |
Copy-ready code
/* CSS */
color: #afecda;
background-color: #afecda;
/* Tailwind (arbitrary) */
class="text-[#afecda] bg-[#afecda]"
/* SCSS */
$brand: #afecda;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.855)
/* Android */
Color.parseColor("#afecda")Accessibility — WCAG contrast
Aa
#afecda on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecda on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue85.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow7.6%
Key (black)7.5%
Color previews
#afecda text on a black background
contrast 15.83:1
Card sample
#afecda text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecda;
Background color
Panel with #afecda background
background-color: #afecda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecda; background: linear-gradient(135deg, #afecda, #AFD5EC);