#8cebaf
a light, vivid green · cool · closest name: aquamarine
RGB
140, 235, 175
HSL
142°, 70%, 74%
CMYK
40, 0, 26, 8
Luminance
0.6809
Every format
| HEX | #8cebaf |
| RGB | rgb(140, 235, 175) |
| HSL | hsl(142, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 26%, 8%) |
| LAB | lab(86.0 -41.0 20.5) |
| LCH | lch(86.0 45.8 153.5) |
| OKLCH | oklch(0.865 0.124 155.1) |
Copy-ready code
/* CSS */
color: #8cebaf;
background-color: #8cebaf;
/* Tailwind (arbitrary) */
class="text-[#8cebaf] bg-[#8cebaf]"
/* SCSS */
$brand: #8cebaf;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#8cebaf")Accessibility — WCAG contrast
Aa
#8cebaf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cebaf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue68.6%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#8cebaf text on a black background
contrast 14.62:1
Card sample
#8cebaf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cebaf;
Background color
Panel with #8cebaf background
background-color: #8cebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cebaf; background: linear-gradient(135deg, #8cebaf, #8CE8EB);