#afd7ec
a light, vivid blue · cool · closest name: skyblue
RGB
175, 215, 236
HSL
201°, 62%, 81%
CMYK
26, 9, 0, 8
Luminance
0.6377
Every format
| HEX | #afd7ec |
| RGB | rgb(175, 215, 236) |
| HSL | hsl(201, 62%, 81%) |
| CMYK | cmyk(26%, 9%, 0%, 8%) |
| LAB | lab(83.8 -8.4 -14.6) |
| LCH | lch(83.8 16.9 240.0) |
| OKLCH | oklch(0.857 0.051 231.0) |
Copy-ready code
/* CSS */
color: #afd7ec;
background-color: #afd7ec;
/* Tailwind (arbitrary) */
class="text-[#afd7ec] bg-[#afd7ec]"
/* SCSS */
$brand: #afd7ec;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.925)
/* Android */
Color.parseColor("#afd7ec")Accessibility — WCAG contrast
Aa
#afd7ec on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7ec on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta8.9%
Yellow0.0%
Key (black)7.5%
Color previews
#afd7ec text on a black background
contrast 13.75:1
Card sample
#afd7ec text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7ec;
Background color
Panel with #afd7ec background
background-color: #afd7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7ec; background: linear-gradient(135deg, #afd7ec, #B0AFEC);