#aff0df
a light, vivid cyan · cool · closest name: turquoise
RGB
175, 240, 223
HSL
164°, 68%, 81%
CMYK
27, 0, 7, 6
Luminance
0.7676
Every format
| HEX | #aff0df |
| RGB | rgb(175, 240, 223) |
| HSL | hsl(164, 68%, 81%) |
| CMYK | cmyk(27%, 0%, 7%, 6%) |
| LAB | lab(90.2 -23.8 1.6) |
| LCH | lch(90.2 23.9 176.0) |
| OKLCH | oklch(0.907 0.069 176.7) |
Copy-ready code
/* CSS */
color: #aff0df;
background-color: #aff0df;
/* Tailwind (arbitrary) */
class="text-[#aff0df] bg-[#aff0df]"
/* SCSS */
$brand: #aff0df;
/* SwiftUI */
Color(red: 0.686, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#aff0df")Accessibility — WCAG contrast
Aa
#aff0df on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff0df on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.1%
Blue87.5%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#aff0df text on a black background
contrast 16.35:1
Card sample
#aff0df text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff0df;
Background color
Panel with #aff0df background
background-color: #aff0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff0df; background: linear-gradient(135deg, #aff0df, #AFD6F0);