#afd7e7
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 215, 231
HSL
197°, 54%, 80%
CMYK
24, 7, 0, 9
Luminance
0.6348
Every format
| HEX | #afd7e7 |
| RGB | rgb(175, 215, 231) |
| HSL | hsl(197, 54%, 80%) |
| CMYK | cmyk(24%, 7%, 0%, 9%) |
| LAB | lab(83.7 -9.6 -12.2) |
| LCH | lch(83.7 15.5 231.8) |
| OKLCH | oklch(0.856 0.048 224.2) |
Copy-ready code
/* CSS */
color: #afd7e7;
background-color: #afd7e7;
/* Tailwind (arbitrary) */
class="text-[#afd7e7] bg-[#afd7e7]"
/* SCSS */
$brand: #afd7e7;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.906)
/* Android */
Color.parseColor("#afd7e7")Accessibility — WCAG contrast
Aa
#afd7e7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7e7 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta6.9%
Yellow0.0%
Key (black)9.4%
Color previews
#afd7e7 text on a black background
contrast 13.70:1
Card sample
#afd7e7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7e7;
Background color
Panel with #afd7e7 background
background-color: #afd7e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7e7; background: linear-gradient(135deg, #afd7e7, #AFB2E7);