#afe3da
a light, vivid cyan · cool · closest name: silver
RGB
175, 227, 218
HSL
170°, 48%, 79%
CMYK
23, 0, 4, 11
Luminance
0.6911
Every format
| HEX | #afe3da |
| RGB | rgb(175, 227, 218) |
| HSL | hsl(170, 48%, 79%) |
| CMYK | cmyk(23%, 0%, 4%, 11%) |
| LAB | lab(86.6 -18.5 -1.1) |
| LCH | lch(86.6 18.5 183.3) |
| OKLCH | oklch(0.877 0.055 183.3) |
Copy-ready code
/* CSS */
color: #afe3da;
background-color: #afe3da;
/* Tailwind (arbitrary) */
class="text-[#afe3da] bg-[#afe3da]"
/* SCSS */
$brand: #afe3da;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#afe3da")Accessibility — WCAG contrast
Aa
#afe3da on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3da on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue85.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow4.0%
Key (black)11.0%
Color previews
#afe3da text on a black background
contrast 14.82:1
Card sample
#afe3da text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3da;
Background color
Panel with #afe3da background
background-color: #afe3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3da; background: linear-gradient(135deg, #afe3da, #AFC9E3);