#afeefa
a light, electric cyan · cool · closest name: skyblue
RGB
175, 238, 250
HSL
190°, 88%, 83%
CMYK
30, 5, 0, 2
Luminance
0.7717
Every format
| HEX | #afeefa |
| RGB | rgb(175, 238, 250) |
| HSL | hsl(190, 88%, 83%) |
| CMYK | cmyk(30%, 5%, 0%, 2%) |
| LAB | lab(90.4 -16.9 -12.2) |
| LCH | lch(90.4 20.9 215.7) |
| OKLCH | oklch(0.911 0.065 210.6) |
Copy-ready code
/* CSS */
color: #afeefa;
background-color: #afeefa;
/* Tailwind (arbitrary) */
class="text-[#afeefa] bg-[#afeefa]"
/* SCSS */
$brand: #afeefa;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#afeefa")Accessibility — WCAG contrast
Aa
#afeefa on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeefa on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#afeefa text on a black background
contrast 16.43:1
Card sample
#afeefa text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeefa;
Background color
Panel with #afeefa background
background-color: #afeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeefa; background: linear-gradient(135deg, #afeefa, #AFBCFA);