#abfceb
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 252, 235
HSL
167°, 93%, 83%
CMYK
32, 0, 7, 1
Luminance
0.8428
Every format
| HEX | #abfceb |
| RGB | rgb(171, 252, 235) |
| HSL | hsl(167, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 7%, 1%) |
| LAB | lab(93.6 -28.2 0.3) |
| LCH | lch(93.6 28.2 179.4) |
| OKLCH | oklch(0.934 0.083 179.8) |
Copy-ready code
/* CSS */
color: #abfceb;
background-color: #abfceb;
/* Tailwind (arbitrary) */
class="text-[#abfceb] bg-[#abfceb]"
/* SCSS */
$brand: #abfceb;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#abfceb")Accessibility — WCAG contrast
Aa
#abfceb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfceb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#abfceb text on a black background
contrast 17.86:1
Card sample
#abfceb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfceb;
Background color
Panel with #abfceb background
background-color: #abfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfceb; background: linear-gradient(135deg, #abfceb, #ABD7FC);