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