#afdfea
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 234
HSL
191°, 58%, 80%
CMYK
25, 5, 0, 8
Luminance
0.6783
Every format
| HEX | #afdfea |
| RGB | rgb(175, 223, 234) |
| HSL | hsl(191, 58%, 80%) |
| CMYK | cmyk(25%, 5%, 0%, 8%) |
| LAB | lab(85.9 -13.0 -10.4) |
| LCH | lch(85.9 16.7 218.8) |
| OKLCH | oklch(0.874 0.052 213.3) |
Copy-ready code
/* CSS */
color: #afdfea;
background-color: #afdfea;
/* Tailwind (arbitrary) */
class="text-[#afdfea] bg-[#afdfea]"
/* SCSS */
$brand: #afdfea;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#afdfea")Accessibility — WCAG contrast
Aa
#afdfea on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfea on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#afdfea text on a black background
contrast 14.57:1
Card sample
#afdfea text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfea;
Background color
Panel with #afdfea background
background-color: #afdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfea; background: linear-gradient(135deg, #afdfea, #AFB8EA);