#aff2fd
a light, electric cyan · cool · closest name: skyblue
RGB
175, 242, 253
HSL
189°, 95%, 84%
CMYK
31, 4, 0, 1
Luminance
0.7971
Every format
| HEX | #aff2fd |
| RGB | rgb(175, 242, 253) |
| HSL | hsl(189, 95%, 84%) |
| CMYK | cmyk(31%, 4%, 0%, 1%) |
| LAB | lab(91.5 -18.3 -12.0) |
| LCH | lch(91.5 21.9 213.3) |
| OKLCH | oklch(0.920 0.068 208.7) |
Copy-ready code
/* CSS */
color: #aff2fd;
background-color: #aff2fd;
/* Tailwind (arbitrary) */
class="text-[#aff2fd] bg-[#aff2fd]"
/* SCSS */
$brand: #aff2fd;
/* SwiftUI */
Color(red: 0.686, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#aff2fd")Accessibility — WCAG contrast
Aa
#aff2fd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff2fd on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.9%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#aff2fd text on a black background
contrast 16.94:1
Card sample
#aff2fd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff2fd;
Background color
Panel with #aff2fd background
background-color: #aff2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff2fd; background: linear-gradient(135deg, #aff2fd, #AFBEFD);