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