#afd6e2
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 214, 226
HSL
194°, 47%, 79%
CMYK
23, 5, 0, 11
Luminance
0.6270
Every format
| HEX | #afd6e2 |
| RGB | rgb(175, 214, 226) |
| HSL | hsl(194, 47%, 79%) |
| CMYK | cmyk(23%, 5%, 0%, 11%) |
| LAB | lab(83.3 -10.2 -10.1) |
| LCH | lch(83.3 14.3 224.9) |
| OKLCH | oklch(0.852 0.044 218.4) |
Copy-ready code
/* CSS */
color: #afd6e2;
background-color: #afd6e2;
/* Tailwind (arbitrary) */
class="text-[#afd6e2] bg-[#afd6e2]"
/* SCSS */
$brand: #afd6e2;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.886)
/* Android */
Color.parseColor("#afd6e2")Accessibility — WCAG contrast
Aa
#afd6e2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6e2 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta5.3%
Yellow0.0%
Key (black)11.4%
Color previews
#afd6e2 text on a black background
contrast 13.54:1
Card sample
#afd6e2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6e2;
Background color
Panel with #afd6e2 background
background-color: #afd6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6e2; background: linear-gradient(135deg, #afd6e2, #AFB4E2);