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