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