#afdcfc
a light, electric blue · cool · closest name: skyblue
RGB
175, 220, 252
HSL
205°, 93%, 84%
CMYK
31, 13, 0, 1
Luminance
0.6733
Every format
| HEX | #afdcfc |
| RGB | rgb(175, 220, 252) |
| HSL | hsl(205, 93%, 84%) |
| CMYK | cmyk(31%, 13%, 0%, 1%) |
| LAB | lab(85.7 -7.3 -20.3) |
| LCH | lch(85.7 21.6 250.2) |
| OKLCH | oklch(0.873 0.065 239.4) |
Copy-ready code
/* CSS */
color: #afdcfc;
background-color: #afdcfc;
/* Tailwind (arbitrary) */
class="text-[#afdcfc] bg-[#afdcfc]"
/* SCSS */
$brand: #afdcfc;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.988)
/* Android */
Color.parseColor("#afdcfc")Accessibility — WCAG contrast
Aa
#afdcfc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcfc on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta12.7%
Yellow0.0%
Key (black)1.2%
Color previews
#afdcfc text on a black background
contrast 14.47:1
Card sample
#afdcfc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcfc;
Background color
Panel with #afdcfc background
background-color: #afdcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcfc; background: linear-gradient(135deg, #afdcfc, #B5AFFC);