#afeeda
a light, vivid cyan · cool · closest name: beige
RGB
175, 238, 218
HSL
161°, 65%, 81%
CMYK
27, 0, 8, 7
Luminance
0.7532
Every format
| HEX | #afeeda |
| RGB | rgb(175, 238, 218) |
| HSL | hsl(161, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 8%, 7%) |
| LAB | lab(89.5 -23.9 3.3) |
| LCH | lch(89.5 24.1 172.2) |
| OKLCH | oklch(0.901 0.069 173.1) |
Copy-ready code
/* CSS */
color: #afeeda;
background-color: #afeeda;
/* Tailwind (arbitrary) */
class="text-[#afeeda] bg-[#afeeda]"
/* SCSS */
$brand: #afeeda;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.855)
/* Android */
Color.parseColor("#afeeda")Accessibility — WCAG contrast
Aa
#afeeda on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeda on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue85.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow8.4%
Key (black)6.7%
Color previews
#afeeda text on a black background
contrast 16.06:1
Card sample
#afeeda text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeda;
Background color
Panel with #afeeda background
background-color: #afeeda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeda; background: linear-gradient(135deg, #afeeda, #AFD8EE);