#aff4eb
a light, electric cyan · cool · closest name: turquoise
RGB
175, 244, 235
HSL
172°, 76%, 82%
CMYK
28, 0, 4, 4
Luminance
0.7981
Every format
| HEX | #aff4eb |
| RGB | rgb(175, 244, 235) |
| HSL | hsl(172, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 4%, 4%) |
| LAB | lab(91.6 -23.2 -2.6) |
| LCH | lch(91.6 23.4 186.3) |
| OKLCH | oklch(0.919 0.070 186.0) |
Copy-ready code
/* CSS */
color: #aff4eb;
background-color: #aff4eb;
/* Tailwind (arbitrary) */
class="text-[#aff4eb] bg-[#aff4eb]"
/* SCSS */
$brand: #aff4eb;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#aff4eb")Accessibility — WCAG contrast
Aa
#aff4eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4eb on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue92.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#aff4eb text on a black background
contrast 16.96:1
Card sample
#aff4eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4eb;
Background color
Panel with #aff4eb background
background-color: #aff4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4eb; background: linear-gradient(135deg, #aff4eb, #AFCFF4);