#abfaeb
a light, electric cyan · cool · closest name: turquoise
RGB
171, 250, 235
HSL
169°, 89%, 83%
CMYK
32, 0, 6, 2
Luminance
0.8303
Every format
| HEX | #abfaeb |
| RGB | rgb(171, 250, 235) |
| HSL | hsl(169, 89%, 83%) |
| CMYK | cmyk(32%, 0%, 6%, 2%) |
| LAB | lab(93.0 -27.2 -0.5) |
| LCH | lch(93.0 27.2 181.1) |
| OKLCH | oklch(0.930 0.080 181.3) |
Copy-ready code
/* CSS */
color: #abfaeb;
background-color: #abfaeb;
/* Tailwind (arbitrary) */
class="text-[#abfaeb] bg-[#abfaeb]"
/* SCSS */
$brand: #abfaeb;
/* SwiftUI */
Color(red: 0.671, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#abfaeb")Accessibility — WCAG contrast
Aa
#abfaeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfaeb on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.0%
Blue92.2%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#abfaeb text on a black background
contrast 17.61:1
Card sample
#abfaeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfaeb;
Background color
Panel with #abfaeb background
background-color: #abfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfaeb; background: linear-gradient(135deg, #abfaeb, #ABD4FA);