#afdce7
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 220, 231
HSL
192°, 54%, 80%
CMYK
24, 5, 0, 9
Luminance
0.6607
Every format
| HEX | #afdce7 |
| RGB | rgb(175, 220, 231) |
| HSL | hsl(192, 54%, 80%) |
| CMYK | cmyk(24%, 5%, 0%, 9%) |
| LAB | lab(85.0 -12.1 -10.2) |
| LCH | lch(85.0 15.8 220.0) |
| OKLCH | oklch(0.866 0.049 214.3) |
Copy-ready code
/* CSS */
color: #afdce7;
background-color: #afdce7;
/* Tailwind (arbitrary) */
class="text-[#afdce7] bg-[#afdce7]"
/* SCSS */
$brand: #afdce7;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.906)
/* Android */
Color.parseColor("#afdce7")Accessibility — WCAG contrast
Aa
#afdce7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdce7 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta4.8%
Yellow0.0%
Key (black)9.4%
Color previews
#afdce7 text on a black background
contrast 14.21:1
Card sample
#afdce7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdce7;
Background color
Panel with #afdce7 background
background-color: #afdce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdce7; background: linear-gradient(135deg, #afdce7, #AFB7E7);