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