#afdcfe
a light, electric blue · cool · closest name: skyblue
RGB
175, 220, 254
HSL
206°, 98%, 84%
CMYK
31, 13, 0, 0
Luminance
0.6746
Every format
| HEX | #afdcfe |
| RGB | rgb(175, 220, 254) |
| HSL | hsl(206, 98%, 84%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(85.7 -6.8 -21.3) |
| LCH | lch(85.7 22.4 252.2) |
| OKLCH | oklch(0.874 0.067 241.1) |
Copy-ready code
/* CSS */
color: #afdcfe;
background-color: #afdcfe;
/* Tailwind (arbitrary) */
class="text-[#afdcfe] bg-[#afdcfe]"
/* SCSS */
$brand: #afdcfe;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#afdcfe")Accessibility — WCAG contrast
Aa
#afdcfe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcfe on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#afdcfe text on a black background
contrast 14.49:1
Card sample
#afdcfe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcfe;
Background color
Panel with #afdcfe background
background-color: #afdcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcfe; background: linear-gradient(135deg, #afdcfe, #B7AFFE);