#affcfa
a light, electric cyan · cool · closest name: skyblue
RGB
175, 252, 250
HSL
178°, 93%, 84%
CMYK
31, 0, 1, 1
Luminance
0.8564
Every format
| HEX | #affcfa |
| RGB | rgb(175, 252, 250) |
| HSL | hsl(178, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 1%, 1%) |
| LAB | lab(94.2 -23.8 -6.6) |
| LCH | lch(94.2 24.7 195.4) |
| OKLCH | oklch(0.941 0.075 193.9) |
Copy-ready code
/* CSS */
color: #affcfa;
background-color: #affcfa;
/* Tailwind (arbitrary) */
class="text-[#affcfa] bg-[#affcfa]"
/* SCSS */
$brand: #affcfa;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.980)
/* Android */
Color.parseColor("#affcfa")Accessibility — WCAG contrast
Aa
#affcfa on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcfa on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue98.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow0.8%
Key (black)1.2%
Color previews
#affcfa text on a black background
contrast 18.13:1
Card sample
#affcfa text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcfa;
Background color
Panel with #affcfa background
background-color: #affcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcfa; background: linear-gradient(135deg, #affcfa, #AFCBFC);