#88ceac
a light, soft green · cool · closest name: turquoise
RGB
136, 206, 172
HSL
151°, 42%, 67%
CMYK
34, 0, 17, 19
Luminance
0.5236
Every format
| HEX | #88ceac |
| RGB | rgb(136, 206, 172) |
| HSL | hsl(151, 42%, 67%) |
| CMYK | cmyk(34%, 0%, 17%, 19%) |
| LAB | lab(77.5 -29.3 10.0) |
| LCH | lch(77.5 31.0 161.2) |
| OKLCH | oklch(0.795 0.086 162.6) |
Copy-ready code
/* CSS */
color: #88ceac;
background-color: #88ceac;
/* Tailwind (arbitrary) */
class="text-[#88ceac] bg-[#88ceac]"
/* SCSS */
$brand: #88ceac;
/* SwiftUI */
Color(red: 0.533, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#88ceac")Accessibility — WCAG contrast
Aa
#88ceac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ceac on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.8%
Blue67.5%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#88ceac text on a black background
contrast 11.47:1
Card sample
#88ceac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ceac;
Background color
Panel with #88ceac background
background-color: #88ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ceac; background: linear-gradient(135deg, #88ceac, #88C1CE);