#afe7fe
a light, electric cyan · cool · closest name: skyblue
RGB
175, 231, 254
HSL
198°, 98%, 84%
CMYK
31, 9, 0, 0
Luminance
0.7342
Every format
| HEX | #afe7fe |
| RGB | rgb(175, 231, 254) |
| HSL | hsl(198, 98%, 84%) |
| CMYK | cmyk(31%, 9%, 0%, 0%) |
| LAB | lab(88.7 -12.5 -16.9) |
| LCH | lch(88.7 21.0 233.5) |
| OKLCH | oklch(0.897 0.065 225.1) |
Copy-ready code
/* CSS */
color: #afe7fe;
background-color: #afe7fe;
/* Tailwind (arbitrary) */
class="text-[#afe7fe] bg-[#afe7fe]"
/* SCSS */
$brand: #afe7fe;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.996)
/* Android */
Color.parseColor("#afe7fe")Accessibility — WCAG contrast
Aa
#afe7fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7fe on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta9.1%
Yellow0.0%
Key (black)0.4%
Color previews
#afe7fe text on a black background
contrast 15.68:1
Card sample
#afe7fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7fe;
Background color
Panel with #afe7fe background
background-color: #afe7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7fe; background: linear-gradient(135deg, #afe7fe, #AFB2FE);