#afe3ff
a light, electric blue · cool · closest name: skyblue
RGB
175, 227, 255
HSL
201°, 100%, 84%
CMYK
31, 11, 0, 0
Luminance
0.7127
Every format
| HEX | #afe3ff |
| RGB | rgb(175, 227, 255) |
| HSL | hsl(201, 100%, 84%) |
| CMYK | cmyk(31%, 11%, 0%, 0%) |
| LAB | lab(87.6 -10.2 -19.0) |
| LCH | lch(87.6 21.5 241.7) |
| OKLCH | oklch(0.889 0.066 232.0) |
Copy-ready code
/* CSS */
color: #afe3ff;
background-color: #afe3ff;
/* Tailwind (arbitrary) */
class="text-[#afe3ff] bg-[#afe3ff]"
/* SCSS */
$brand: #afe3ff;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 1.000)
/* Android */
Color.parseColor("#afe3ff")Accessibility — WCAG contrast
Aa
#afe3ff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3ff on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta11.0%
Yellow0.0%
Key (black)0.0%
Color previews
#afe3ff text on a black background
contrast 15.25:1
Card sample
#afe3ff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3ff;
Background color
Panel with #afe3ff background
background-color: #afe3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3ff; background: linear-gradient(135deg, #afe3ff, #B0AFFF);