#afdfe7
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 231
HSL
189°, 54%, 80%
CMYK
24, 4, 0, 9
Luminance
0.6766
Every format
| HEX | #afdfe7 |
| RGB | rgb(175, 223, 231) |
| HSL | hsl(189, 54%, 80%) |
| CMYK | cmyk(24%, 4%, 0%, 9%) |
| LAB | lab(85.8 -13.7 -9.0) |
| LCH | lch(85.8 16.4 213.3) |
| OKLCH | oklch(0.873 0.051 208.8) |
Copy-ready code
/* CSS */
color: #afdfe7;
background-color: #afdfe7;
/* Tailwind (arbitrary) */
class="text-[#afdfe7] bg-[#afdfe7]"
/* SCSS */
$brand: #afdfe7;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#afdfe7")Accessibility — WCAG contrast
Aa
#afdfe7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfe7 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#afdfe7 text on a black background
contrast 14.53:1
Card sample
#afdfe7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfe7;
Background color
Panel with #afdfe7 background
background-color: #afdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfe7; background: linear-gradient(135deg, #afdfe7, #AFBAE7);