#afd6f5
a light, electric blue · cool · closest name: skyblue
RGB
175, 214, 245
HSL
207°, 78%, 82%
CMYK
29, 13, 0, 4
Luminance
0.6380
Every format
| HEX | #afd6f5 |
| RGB | rgb(175, 214, 245) |
| HSL | hsl(207, 78%, 82%) |
| CMYK | cmyk(29%, 13%, 0%, 4%) |
| LAB | lab(83.9 -5.8 -19.4) |
| LCH | lch(83.9 20.2 253.2) |
| OKLCH | oklch(0.858 0.060 242.4) |
Copy-ready code
/* CSS */
color: #afd6f5;
background-color: #afd6f5;
/* Tailwind (arbitrary) */
class="text-[#afd6f5] bg-[#afd6f5]"
/* SCSS */
$brand: #afd6f5;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.961)
/* Android */
Color.parseColor("#afd6f5")Accessibility — WCAG contrast
Aa
#afd6f5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6f5 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta12.7%
Yellow0.0%
Key (black)3.9%
Color previews
#afd6f5 text on a black background
contrast 13.76:1
Card sample
#afd6f5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6f5;
Background color
Panel with #afd6f5 background
background-color: #afd6f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6f5; background: linear-gradient(135deg, #afd6f5, #B7AFF5);