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