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