#afdfe9
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 233
HSL
190°, 57%, 80%
CMYK
25, 4, 0, 9
Luminance
0.6777
Every format
| HEX | #afdfe9 |
| RGB | rgb(175, 223, 233) |
| HSL | hsl(190, 57%, 80%) |
| CMYK | cmyk(25%, 4%, 0%, 9%) |
| LAB | lab(85.9 -13.2 -10.0) |
| LCH | lch(85.9 16.6 217.0) |
| OKLCH | oklch(0.873 0.051 211.8) |
Copy-ready code
/* CSS */
color: #afdfe9;
background-color: #afdfe9;
/* Tailwind (arbitrary) */
class="text-[#afdfe9] bg-[#afdfe9]"
/* SCSS */
$brand: #afdfe9;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#afdfe9")Accessibility — WCAG contrast
Aa
#afdfe9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfe9 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#afdfe9 text on a black background
contrast 14.55:1
Card sample
#afdfe9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfe9;
Background color
Panel with #afdfe9 background
background-color: #afdfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfe9; background: linear-gradient(135deg, #afdfe9, #AFB8E9);