#affcec
a light, electric cyan · cool · closest name: aquamarine
RGB
175, 252, 236
HSL
168°, 93%, 84%
CMYK
31, 0, 6, 1
Luminance
0.8479
Every format
| HEX | #affcec |
| RGB | rgb(175, 252, 236) |
| HSL | hsl(168, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 6%, 1%) |
| LAB | lab(93.8 -26.9 0.1) |
| LCH | lch(93.8 26.9 179.7) |
| OKLCH | oklch(0.936 0.079 180.1) |
Copy-ready code
/* CSS */
color: #affcec;
background-color: #affcec;
/* Tailwind (arbitrary) */
class="text-[#affcec] bg-[#affcec]"
/* SCSS */
$brand: #affcec;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#affcec")Accessibility — WCAG contrast
Aa
#affcec on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcec on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue92.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#affcec text on a black background
contrast 17.96:1
Card sample
#affcec text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcec;
Background color
Panel with #affcec background
background-color: #affcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcec; background: linear-gradient(135deg, #affcec, #AFD9FC);