#afe7fc
a light, electric cyan · cool · closest name: skyblue
RGB
175, 231, 252
HSL
196°, 93%, 84%
CMYK
31, 8, 0, 1
Luminance
0.7329
Every format
| HEX | #afe7fc |
| RGB | rgb(175, 231, 252) |
| HSL | hsl(196, 93%, 84%) |
| CMYK | cmyk(31%, 8%, 0%, 1%) |
| LAB | lab(88.6 -13.0 -15.9) |
| LCH | lch(88.6 20.5 230.8) |
| OKLCH | oklch(0.896 0.064 223.0) |
Copy-ready code
/* CSS */
color: #afe7fc;
background-color: #afe7fc;
/* Tailwind (arbitrary) */
class="text-[#afe7fc] bg-[#afe7fc]"
/* SCSS */
$brand: #afe7fc;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#afe7fc")Accessibility — WCAG contrast
Aa
#afe7fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7fc on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#afe7fc text on a black background
contrast 15.66:1
Card sample
#afe7fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7fc;
Background color
Panel with #afe7fc background
background-color: #afe7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7fc; background: linear-gradient(135deg, #afe7fc, #AFB3FC);