#acebda
a light, vivid cyan · cool · closest name: turquoise
RGB
172, 235, 218
HSL
164°, 61%, 80%
CMYK
27, 0, 7, 8
Luminance
0.7325
Every format
| HEX | #acebda |
| RGB | rgb(172, 235, 218) |
| HSL | hsl(164, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 7%, 8%) |
| LAB | lab(88.6 -23.3 1.9) |
| LCH | lch(88.6 23.4 175.5) |
| OKLCH | oklch(0.893 0.068 176.2) |
Copy-ready code
/* CSS */
color: #acebda;
background-color: #acebda;
/* Tailwind (arbitrary) */
class="text-[#acebda] bg-[#acebda]"
/* SCSS */
$brand: #acebda;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#acebda")Accessibility — WCAG contrast
Aa
#acebda on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebda on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue85.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#acebda text on a black background
contrast 15.65:1
Card sample
#acebda text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebda;
Background color
Panel with #acebda background
background-color: #acebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebda; background: linear-gradient(135deg, #acebda, #ACD2EB);