#afe7db
a light, vivid cyan · cool · closest name: beige
RGB
175, 231, 219
HSL
167°, 54%, 80%
CMYK
24, 0, 5, 9
Luminance
0.7138
Every format
| HEX | #afe7db |
| RGB | rgb(175, 231, 219) |
| HSL | hsl(167, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 5%, 9%) |
| LAB | lab(87.7 -20.2 0.0) |
| LCH | lch(87.7 20.2 179.9) |
| OKLCH | oklch(0.886 0.059 180.2) |
Copy-ready code
/* CSS */
color: #afe7db;
background-color: #afe7db;
/* Tailwind (arbitrary) */
class="text-[#afe7db] bg-[#afe7db]"
/* SCSS */
$brand: #afe7db;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.859)
/* Android */
Color.parseColor("#afe7db")Accessibility — WCAG contrast
Aa
#afe7db on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7db on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue85.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow5.2%
Key (black)9.4%
Color previews
#afe7db text on a black background
contrast 15.28:1
Card sample
#afe7db text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7db;
Background color
Panel with #afe7db background
background-color: #afe7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7db; background: linear-gradient(135deg, #afe7db, #AFCEE7);