#afe8ff
a light, electric cyan · cool · closest name: skyblue
RGB
175, 232, 255
HSL
197°, 100%, 84%
CMYK
31, 9, 0, 0
Luminance
0.7405
Every format
| HEX | #afe8ff |
| RGB | rgb(175, 232, 255) |
| HSL | hsl(197, 100%, 84%) |
| CMYK | cmyk(31%, 9%, 0%, 0%) |
| LAB | lab(88.9 -12.8 -17.0) |
| LCH | lch(88.9 21.2 233.0) |
| OKLCH | oklch(0.900 0.066 224.7) |
Copy-ready code
/* CSS */
color: #afe8ff;
background-color: #afe8ff;
/* Tailwind (arbitrary) */
class="text-[#afe8ff] bg-[#afe8ff]"
/* SCSS */
$brand: #afe8ff;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 1.000)
/* Android */
Color.parseColor("#afe8ff")Accessibility — WCAG contrast
Aa
#afe8ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe8ff on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta9.0%
Yellow0.0%
Key (black)0.0%
Color previews
#afe8ff text on a black background
contrast 15.81:1
Card sample
#afe8ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe8ff;
Background color
Panel with #afe8ff background
background-color: #afe8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8ff; background: linear-gradient(135deg, #afe8ff, #AFB3FF);