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