#afd7ed
a light, vivid blue · cool · closest name: skyblue
RGB
175, 215, 237
HSL
201°, 63%, 81%
CMYK
26, 9, 0, 7
Luminance
0.6383
Every format
| HEX | #afd7ed |
| RGB | rgb(175, 215, 237) |
| HSL | hsl(201, 63%, 81%) |
| CMYK | cmyk(26%, 9%, 0%, 7%) |
| LAB | lab(83.9 -8.2 -15.1) |
| LCH | lch(83.9 17.2 241.4) |
| OKLCH | oklch(0.858 0.052 232.2) |
Copy-ready code
/* CSS */
color: #afd7ed;
background-color: #afd7ed;
/* Tailwind (arbitrary) */
class="text-[#afd7ed] bg-[#afd7ed]"
/* SCSS */
$brand: #afd7ed;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.929)
/* Android */
Color.parseColor("#afd7ed")Accessibility — WCAG contrast
Aa
#afd7ed on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7ed on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta9.3%
Yellow0.0%
Key (black)7.1%
Color previews
#afd7ed text on a black background
contrast 13.77:1
Card sample
#afd7ed text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7ed;
Background color
Panel with #afd7ed background
background-color: #afd7ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7ed; background: linear-gradient(135deg, #afd7ed, #B0AFED);