#afe6db
a light, vivid cyan · cool · closest name: beige
RGB
175, 230, 219
HSL
168°, 52%, 79%
CMYK
24, 0, 5, 10
Luminance
0.7082
Every format
| HEX | #afe6db |
| RGB | rgb(175, 230, 219) |
| HSL | hsl(168, 52%, 79%) |
| CMYK | cmyk(24%, 0%, 5%, 10%) |
| LAB | lab(87.4 -19.7 -0.4) |
| LCH | lch(87.4 19.7 181.0) |
| OKLCH | oklch(0.884 0.058 181.3) |
Copy-ready code
/* CSS */
color: #afe6db;
background-color: #afe6db;
/* Tailwind (arbitrary) */
class="text-[#afe6db] bg-[#afe6db]"
/* SCSS */
$brand: #afe6db;
/* SwiftUI */
Color(red: 0.686, green: 0.902, blue: 0.859)
/* Android */
Color.parseColor("#afe6db")Accessibility — WCAG contrast
Aa
#afe6db on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe6db on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.2%
Blue85.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow4.8%
Key (black)9.8%
Color previews
#afe6db text on a black background
contrast 15.16:1
Card sample
#afe6db text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe6db;
Background color
Panel with #afe6db background
background-color: #afe6db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe6db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 230, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 230, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe6db; background: linear-gradient(135deg, #afe6db, #AFCCE6);