#afd9eb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 217, 235
HSL
198°, 60%, 80%
CMYK
26, 8, 0, 8
Luminance
0.6474
Every format
| HEX | #afd9eb |
| RGB | rgb(175, 217, 235) |
| HSL | hsl(198, 60%, 80%) |
| CMYK | cmyk(26%, 8%, 0%, 8%) |
| LAB | lab(84.3 -9.7 -13.3) |
| LCH | lch(84.3 16.5 233.9) |
| OKLCH | oklch(0.861 0.051 225.8) |
Copy-ready code
/* CSS */
color: #afd9eb;
background-color: #afd9eb;
/* Tailwind (arbitrary) */
class="text-[#afd9eb] bg-[#afd9eb]"
/* SCSS */
$brand: #afd9eb;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#afd9eb")Accessibility — WCAG contrast
Aa
#afd9eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9eb on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta7.7%
Yellow0.0%
Key (black)7.8%
Color previews
#afd9eb text on a black background
contrast 13.95:1
Card sample
#afd9eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9eb;
Background color
Panel with #afd9eb background
background-color: #afd9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9eb; background: linear-gradient(135deg, #afd9eb, #AFB1EB);