#afd2ef
a light, vivid blue · cool · closest name: skyblue
RGB
175, 210, 239
HSL
207°, 67%, 81%
CMYK
27, 12, 0, 6
Luminance
0.6144
Every format
| HEX | #afd2ef |
| RGB | rgb(175, 210, 239) |
| HSL | hsl(207, 67%, 81%) |
| CMYK | cmyk(27%, 12%, 0%, 6%) |
| LAB | lab(82.6 -5.1 -18.1) |
| LCH | lch(82.6 18.8 254.1) |
| OKLCH | oklch(0.848 0.055 243.4) |
Copy-ready code
/* CSS */
color: #afd2ef;
background-color: #afd2ef;
/* Tailwind (arbitrary) */
class="text-[#afd2ef] bg-[#afd2ef]"
/* SCSS */
$brand: #afd2ef;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.937)
/* Android */
Color.parseColor("#afd2ef")Accessibility — WCAG contrast
Aa
#afd2ef on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2ef on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta12.1%
Yellow0.0%
Key (black)6.3%
Color previews
#afd2ef text on a black background
contrast 13.29:1
Card sample
#afd2ef text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2ef;
Background color
Panel with #afd2ef background
background-color: #afd2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2ef; background: linear-gradient(135deg, #afd2ef, #B7AFEF);