#afeaf9
a light, electric cyan · cool · closest name: skyblue
RGB
175, 234, 249
HSL
192°, 86%, 83%
CMYK
30, 6, 0, 2
Luminance
0.7480
Every format
| HEX | #afeaf9 |
| RGB | rgb(175, 234, 249) |
| HSL | hsl(192, 86%, 83%) |
| CMYK | cmyk(30%, 6%, 0%, 2%) |
| LAB | lab(89.3 -15.2 -13.3) |
| LCH | lch(89.3 20.2 221.2) |
| OKLCH | oklch(0.902 0.063 215.1) |
Copy-ready code
/* CSS */
color: #afeaf9;
background-color: #afeaf9;
/* Tailwind (arbitrary) */
class="text-[#afeaf9] bg-[#afeaf9]"
/* SCSS */
$brand: #afeaf9;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#afeaf9")Accessibility — WCAG contrast
Aa
#afeaf9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeaf9 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#afeaf9 text on a black background
contrast 15.96:1
Card sample
#afeaf9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeaf9;
Background color
Panel with #afeaf9 background
background-color: #afeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeaf9; background: linear-gradient(135deg, #afeaf9, #AFB8F9);