#afebda
a light, vivid cyan · cool · closest name: beige
RGB
175, 235, 218
HSL
163°, 60%, 80%
CMYK
26, 0, 7, 8
Luminance
0.7359
Every format
| HEX | #afebda |
| RGB | rgb(175, 235, 218) |
| HSL | hsl(163, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 7%, 8%) |
| LAB | lab(88.7 -22.4 2.1) |
| LCH | lch(88.7 22.5 174.6) |
| OKLCH | oklch(0.895 0.065 175.4) |
Copy-ready code
/* CSS */
color: #afebda;
background-color: #afebda;
/* Tailwind (arbitrary) */
class="text-[#afebda] bg-[#afebda]"
/* SCSS */
$brand: #afebda;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#afebda")Accessibility — WCAG contrast
Aa
#afebda on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebda on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue85.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#afebda text on a black background
contrast 15.72:1
Card sample
#afebda text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebda;
Background color
Panel with #afebda background
background-color: #afebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebda; background: linear-gradient(135deg, #afebda, #AFD4EB);