#afecf7
a light, electric cyan · cool · closest name: skyblue
RGB
175, 236, 247
HSL
189°, 82%, 83%
CMYK
29, 5, 0, 3
Luminance
0.7582
Every format
| HEX | #afecf7 |
| RGB | rgb(175, 236, 247) |
| HSL | hsl(189, 82%, 83%) |
| CMYK | cmyk(29%, 5%, 0%, 3%) |
| LAB | lab(89.8 -16.6 -11.5) |
| LCH | lch(89.8 20.2 214.7) |
| OKLCH | oklch(0.905 0.063 209.9) |
Copy-ready code
/* CSS */
color: #afecf7;
background-color: #afecf7;
/* Tailwind (arbitrary) */
class="text-[#afecf7] bg-[#afecf7]"
/* SCSS */
$brand: #afecf7;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#afecf7")Accessibility — WCAG contrast
Aa
#afecf7 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecf7 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#afecf7 text on a black background
contrast 16.16:1
Card sample
#afecf7 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecf7;
Background color
Panel with #afecf7 background
background-color: #afecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecf7; background: linear-gradient(135deg, #afecf7, #AFBCF7);