#afdafc
a light, electric blue · cool · closest name: skyblue
RGB
175, 218, 252
HSL
207°, 93%, 84%
CMYK
31, 14, 0, 1
Luminance
0.6629
Every format
| HEX | #afdafc |
| RGB | rgb(175, 218, 252) |
| HSL | hsl(207, 93%, 84%) |
| CMYK | cmyk(31%, 14%, 0%, 1%) |
| LAB | lab(85.1 -6.3 -21.1) |
| LCH | lch(85.1 22.0 253.4) |
| OKLCH | oklch(0.869 0.065 242.3) |
Copy-ready code
/* CSS */
color: #afdafc;
background-color: #afdafc;
/* Tailwind (arbitrary) */
class="text-[#afdafc] bg-[#afdafc]"
/* SCSS */
$brand: #afdafc;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#afdafc")Accessibility — WCAG contrast
Aa
#afdafc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdafc on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#afdafc text on a black background
contrast 14.26:1
Card sample
#afdafc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdafc;
Background color
Panel with #afdafc background
background-color: #afdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdafc; background: linear-gradient(135deg, #afdafc, #B7AFFC);