#aff3ed
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 243, 237
HSL
175°, 74%, 82%
CMYK
28, 0, 3, 5
Luminance
0.7933
Every format
| HEX | #aff3ed |
| RGB | rgb(175, 243, 237) |
| HSL | hsl(175, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 3%, 5%) |
| LAB | lab(91.4 -22.3 -3.9) |
| LCH | lch(91.4 22.6 190.0) |
| OKLCH | oklch(0.917 0.068 189.2) |
Copy-ready code
/* CSS */
color: #aff3ed;
background-color: #aff3ed;
/* Tailwind (arbitrary) */
class="text-[#aff3ed] bg-[#aff3ed]"
/* SCSS */
$brand: #aff3ed;
/* SwiftUI */
Color(red: 0.686, green: 0.953, blue: 0.929)
/* Android */
Color.parseColor("#aff3ed")Accessibility — WCAG contrast
Aa
#aff3ed on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff3ed on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.3%
Blue92.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow2.5%
Key (black)4.7%
Color previews
#aff3ed text on a black background
contrast 16.87:1
Card sample
#aff3ed text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff3ed;
Background color
Panel with #aff3ed background
background-color: #aff3ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff3ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 243, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 243, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff3ed; background: linear-gradient(135deg, #aff3ed, #AFCCF3);