#aff7f1
a light, electric cyan · cool · closest name: skyblue
RGB
175, 247, 241
HSL
175°, 82%, 83%
CMYK
29, 0, 2, 3
Luminance
0.8199
Every format
| HEX | #aff7f1 |
| RGB | rgb(175, 247, 241) |
| HSL | hsl(175, 82%, 83%) |
| CMYK | cmyk(29%, 0%, 2%, 3%) |
| LAB | lab(92.6 -23.4 -4.3) |
| LCH | lch(92.6 23.8 190.3) |
| OKLCH | oklch(0.927 0.072 189.5) |
Copy-ready code
/* CSS */
color: #aff7f1;
background-color: #aff7f1;
/* Tailwind (arbitrary) */
class="text-[#aff7f1] bg-[#aff7f1]"
/* SCSS */
$brand: #aff7f1;
/* SwiftUI */
Color(red: 0.686, green: 0.969, blue: 0.945)
/* Android */
Color.parseColor("#aff7f1")Accessibility — WCAG contrast
Aa
#aff7f1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff7f1 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.9%
Blue94.5%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow2.4%
Key (black)3.1%
Color previews
#aff7f1 text on a black background
contrast 17.40:1
Card sample
#aff7f1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff7f1;
Background color
Panel with #aff7f1 background
background-color: #aff7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 247, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 247, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff7f1; background: linear-gradient(135deg, #aff7f1, #AFCDF7);