#affcfe
a light, electric cyan · cool · closest name: skyblue
RGB
175, 252, 254
HSL
182°, 98%, 84%
CMYK
31, 1, 0, 0
Luminance
0.8589
Every format
| HEX | #affcfe |
| RGB | rgb(175, 252, 254) |
| HSL | hsl(182, 98%, 84%) |
| CMYK | cmyk(31%, 1%, 0%, 0%) |
| LAB | lab(94.3 -22.9 -8.5) |
| LCH | lch(94.3 24.5 200.3) |
| OKLCH | oklch(0.942 0.075 198.0) |
Copy-ready code
/* CSS */
color: #affcfe;
background-color: #affcfe;
/* Tailwind (arbitrary) */
class="text-[#affcfe] bg-[#affcfe]"
/* SCSS */
$brand: #affcfe;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.996)
/* Android */
Color.parseColor("#affcfe")Accessibility — WCAG contrast
Aa
#affcfe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcfe on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta0.8%
Yellow0.0%
Key (black)0.4%
Color previews
#affcfe text on a black background
contrast 18.18:1
Card sample
#affcfe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcfe;
Background color
Panel with #affcfe background
background-color: #affcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcfe; background: linear-gradient(135deg, #affcfe, #AFC7FE);