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