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