#aff6df
a light, electric cyan · cool · closest name: aquamarine
RGB
175, 246, 223
HSL
161°, 80%, 83%
CMYK
29, 0, 9, 4
Luminance
0.8035
Every format
| HEX | #aff6df |
| RGB | rgb(175, 246, 223) |
| HSL | hsl(161, 80%, 83%) |
| CMYK | cmyk(29%, 0%, 9%, 4%) |
| LAB | lab(91.8 -26.7 4.0) |
| LCH | lch(91.8 27.0 171.4) |
| OKLCH | oklch(0.920 0.077 172.4) |
Copy-ready code
/* CSS */
color: #aff6df;
background-color: #aff6df;
/* Tailwind (arbitrary) */
class="text-[#aff6df] bg-[#aff6df]"
/* SCSS */
$brand: #aff6df;
/* SwiftUI */
Color(red: 0.686, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#aff6df")Accessibility — WCAG contrast
Aa
#aff6df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff6df on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.5%
Blue87.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#aff6df text on a black background
contrast 17.07:1
Card sample
#aff6df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff6df;
Background color
Panel with #aff6df background
background-color: #aff6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff6df; background: linear-gradient(135deg, #aff6df, #AFDEF6);