#affaf2
a light, electric cyan · cool · closest name: turquoise
RGB
175, 250, 242
HSL
174°, 88%, 83%
CMYK
30, 0, 3, 2
Luminance
0.8390
Every format
| HEX | #affaf2 |
| RGB | rgb(175, 250, 242) |
| HSL | hsl(174, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 3%, 2%) |
| LAB | lab(93.4 -24.6 -3.5) |
| LCH | lch(93.4 24.9 188.2) |
| OKLCH | oklch(0.934 0.075 187.6) |
Copy-ready code
/* CSS */
color: #affaf2;
background-color: #affaf2;
/* Tailwind (arbitrary) */
class="text-[#affaf2] bg-[#affaf2]"
/* SCSS */
$brand: #affaf2;
/* SwiftUI */
Color(red: 0.686, green: 0.980, blue: 0.949)
/* Android */
Color.parseColor("#affaf2")Accessibility — WCAG contrast
Aa
#affaf2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affaf2 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.0%
Blue94.9%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow3.2%
Key (black)2.0%
Color previews
#affaf2 text on a black background
contrast 17.78:1
Card sample
#affaf2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affaf2;
Background color
Panel with #affaf2 background
background-color: #affaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 250, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 250, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affaf2; background: linear-gradient(135deg, #affaf2, #AFD0FA);