#aff4fd
a light, electric cyan · cool · closest name: skyblue
RGB
175, 244, 253
HSL
187°, 95%, 84%
CMYK
31, 4, 0, 1
Luminance
0.8091
Every format
| HEX | #aff4fd |
| RGB | rgb(175, 244, 253) |
| HSL | hsl(187, 95%, 84%) |
| CMYK | cmyk(31%, 4%, 0%, 1%) |
| LAB | lab(92.1 -19.3 -11.2) |
| LCH | lch(92.1 22.3 210.2) |
| OKLCH | oklch(0.924 0.070 206.2) |
Copy-ready code
/* CSS */
color: #aff4fd;
background-color: #aff4fd;
/* Tailwind (arbitrary) */
class="text-[#aff4fd] bg-[#aff4fd]"
/* SCSS */
$brand: #aff4fd;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#aff4fd")Accessibility — WCAG contrast
Aa
#aff4fd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4fd on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#aff4fd text on a black background
contrast 17.18:1
Card sample
#aff4fd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4fd;
Background color
Panel with #aff4fd background
background-color: #aff4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4fd; background: linear-gradient(135deg, #aff4fd, #AFC0FD);