#aff4f7
a light, electric cyan · cool · closest name: skyblue
RGB
175, 244, 247
HSL
183°, 82%, 83%
CMYK
29, 1, 0, 3
Luminance
0.8053
Every format
| HEX | #aff4f7 |
| RGB | rgb(175, 244, 247) |
| HSL | hsl(183, 82%, 83%) |
| CMYK | cmyk(29%, 1%, 0%, 3%) |
| LAB | lab(91.9 -20.6 -8.3) |
| LCH | lch(91.9 22.2 202.0) |
| OKLCH | oklch(0.923 0.069 199.4) |
Copy-ready code
/* CSS */
color: #aff4f7;
background-color: #aff4f7;
/* Tailwind (arbitrary) */
class="text-[#aff4f7] bg-[#aff4f7]"
/* SCSS */
$brand: #aff4f7;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.969)
/* Android */
Color.parseColor("#aff4f7")Accessibility — WCAG contrast
Aa
#aff4f7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4f7 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta1.2%
Yellow0.0%
Key (black)3.1%
Color previews
#aff4f7 text on a black background
contrast 17.11:1
Card sample
#aff4f7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4f7;
Background color
Panel with #aff4f7 background
background-color: #aff4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4f7; background: linear-gradient(135deg, #aff4f7, #AFC4F7);