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