#afdff1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 241
HSL
196°, 70%, 82%
CMYK
27, 8, 0, 6
Luminance
0.6824
Every format
| HEX | #afdff1 |
| RGB | rgb(175, 223, 241) |
| HSL | hsl(196, 70%, 82%) |
| CMYK | cmyk(27%, 8%, 0%, 6%) |
| LAB | lab(86.1 -11.4 -13.8) |
| LCH | lch(86.1 17.9 230.5) |
| OKLCH | oklch(0.876 0.056 222.8) |
Copy-ready code
/* CSS */
color: #afdff1;
background-color: #afdff1;
/* Tailwind (arbitrary) */
class="text-[#afdff1] bg-[#afdff1]"
/* SCSS */
$brand: #afdff1;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.945)
/* Android */
Color.parseColor("#afdff1")Accessibility — WCAG contrast
Aa
#afdff1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdff1 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta7.5%
Yellow0.0%
Key (black)5.5%
Color previews
#afdff1 text on a black background
contrast 14.65:1
Card sample
#afdff1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdff1;
Background color
Panel with #afdff1 background
background-color: #afdff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdff1; background: linear-gradient(135deg, #afdff1, #AFB3F1);