#afe3f6
a light, electric cyan · cool · closest name: skyblue
RGB
175, 227, 246
HSL
196°, 80%, 83%
CMYK
29, 8, 0, 4
Luminance
0.7071
Every format
| HEX | #afe3f6 |
| RGB | rgb(175, 227, 246) |
| HSL | hsl(196, 80%, 83%) |
| CMYK | cmyk(29%, 8%, 0%, 4%) |
| LAB | lab(87.3 -12.3 -14.6) |
| LCH | lch(87.3 19.1 229.9) |
| OKLCH | oklch(0.886 0.059 222.3) |
Copy-ready code
/* CSS */
color: #afe3f6;
background-color: #afe3f6;
/* Tailwind (arbitrary) */
class="text-[#afe3f6] bg-[#afe3f6]"
/* SCSS */
$brand: #afe3f6;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.965)
/* Android */
Color.parseColor("#afe3f6")Accessibility — WCAG contrast
Aa
#afe3f6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3f6 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta7.7%
Yellow0.0%
Key (black)3.5%
Color previews
#afe3f6 text on a black background
contrast 15.14:1
Card sample
#afe3f6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3f6;
Background color
Panel with #afe3f6 background
background-color: #afe3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3f6; background: linear-gradient(135deg, #afe3f6, #AFB3F6);