#afe7f0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 231, 240
HSL
188°, 68%, 81%
CMYK
27, 4, 0, 6
Luminance
0.7256
Every format
| HEX | #afe7f0 |
| RGB | rgb(175, 231, 240) |
| HSL | hsl(188, 68%, 81%) |
| CMYK | cmyk(27%, 4%, 0%, 6%) |
| LAB | lab(88.2 -15.7 -10.2) |
| LCH | lch(88.2 18.7 212.9) |
| OKLCH | oklch(0.893 0.058 208.4) |
Copy-ready code
/* CSS */
color: #afe7f0;
background-color: #afe7f0;
/* Tailwind (arbitrary) */
class="text-[#afe7f0] bg-[#afe7f0]"
/* SCSS */
$brand: #afe7f0;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.941)
/* Android */
Color.parseColor("#afe7f0")Accessibility — WCAG contrast
Aa
#afe7f0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7f0 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta3.7%
Yellow0.0%
Key (black)5.9%
Color previews
#afe7f0 text on a black background
contrast 15.51:1
Card sample
#afe7f0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7f0;
Background color
Panel with #afe7f0 background
background-color: #afe7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7f0; background: linear-gradient(135deg, #afe7f0, #AFBCF0);