#afd2e3
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 210, 227
HSL
200°, 48%, 79%
CMYK
23, 8, 0, 11
Luminance
0.6075
Every format
| HEX | #afd2e3 |
| RGB | rgb(175, 210, 227) |
| HSL | hsl(200, 48%, 79%) |
| CMYK | cmyk(23%, 8%, 0%, 11%) |
| LAB | lab(82.2 -7.9 -12.2) |
| LCH | lch(82.2 14.5 237.2) |
| OKLCH | oklch(0.844 0.044 228.8) |
Copy-ready code
/* CSS */
color: #afd2e3;
background-color: #afd2e3;
/* Tailwind (arbitrary) */
class="text-[#afd2e3] bg-[#afd2e3]"
/* SCSS */
$brand: #afd2e3;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.890)
/* Android */
Color.parseColor("#afd2e3")Accessibility — WCAG contrast
Aa
#afd2e3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2e3 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta7.5%
Yellow0.0%
Key (black)11.0%
Color previews
#afd2e3 text on a black background
contrast 13.15:1
Card sample
#afd2e3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2e3;
Background color
Panel with #afd2e3 background
background-color: #afd2e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2e3; background: linear-gradient(135deg, #afd2e3, #AFAFE3);