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