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