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