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