#abf3eb
a light, electric cyan · cool · closest name: turquoise
RGB
171, 243, 235
HSL
173°, 75%, 81%
CMYK
30, 0, 3, 5
Luminance
0.7876
Every format
| HEX | #abf3eb |
| RGB | rgb(171, 243, 235) |
| HSL | hsl(173, 75%, 81%) |
| CMYK | cmyk(30%, 0%, 3%, 5%) |
| LAB | lab(91.1 -23.9 -3.3) |
| LCH | lch(91.1 24.1 187.8) |
| OKLCH | oklch(0.915 0.072 187.3) |
Copy-ready code
/* CSS */
color: #abf3eb;
background-color: #abf3eb;
/* Tailwind (arbitrary) */
class="text-[#abf3eb] bg-[#abf3eb]"
/* SCSS */
$brand: #abf3eb;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#abf3eb")Accessibility — WCAG contrast
Aa
#abf3eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf3eb on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue92.2%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#abf3eb text on a black background
contrast 16.75:1
Card sample
#abf3eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf3eb;
Background color
Panel with #abf3eb background
background-color: #abf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf3eb; background: linear-gradient(135deg, #abf3eb, #ABCBF3);