#afeef0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 238, 240
HSL
182°, 68%, 81%
CMYK
27, 1, 0, 6
Luminance
0.7655
Every format
| HEX | #afeef0 |
| RGB | rgb(175, 238, 240) |
| HSL | hsl(182, 68%, 81%) |
| CMYK | cmyk(27%, 1%, 0%, 6%) |
| LAB | lab(90.1 -19.2 -7.4) |
| LCH | lch(90.1 20.6 201.0) |
| OKLCH | oklch(0.907 0.063 198.6) |
Copy-ready code
/* CSS */
color: #afeef0;
background-color: #afeef0;
/* Tailwind (arbitrary) */
class="text-[#afeef0] bg-[#afeef0]"
/* SCSS */
$brand: #afeef0;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#afeef0")Accessibility — WCAG contrast
Aa
#afeef0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeef0 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta0.8%
Yellow0.0%
Key (black)5.9%
Color previews
#afeef0 text on a black background
contrast 16.31:1
Card sample
#afeef0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeef0;
Background color
Panel with #afeef0 background
background-color: #afeef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeef0; background: linear-gradient(135deg, #afeef0, #AFC3F0);