#afe2f0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 226, 240
HSL
193°, 68%, 81%
CMYK
27, 6, 0, 6
Luminance
0.6980
Every format
| HEX | #afe2f0 |
| RGB | rgb(175, 226, 240) |
| HSL | hsl(193, 68%, 81%) |
| CMYK | cmyk(27%, 6%, 0%, 6%) |
| LAB | lab(86.9 -13.2 -12.2) |
| LCH | lch(86.9 17.9 222.7) |
| OKLCH | oklch(0.882 0.056 216.4) |
Copy-ready code
/* CSS */
color: #afe2f0;
background-color: #afe2f0;
/* Tailwind (arbitrary) */
class="text-[#afe2f0] bg-[#afe2f0]"
/* SCSS */
$brand: #afe2f0;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.941)
/* Android */
Color.parseColor("#afe2f0")Accessibility — WCAG contrast
Aa
#afe2f0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2f0 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta5.8%
Yellow0.0%
Key (black)5.9%
Color previews
#afe2f0 text on a black background
contrast 14.96:1
Card sample
#afe2f0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2f0;
Background color
Panel with #afe2f0 background
background-color: #afe2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2f0; background: linear-gradient(135deg, #afe2f0, #AFB7F0);