#8ceeb3
a light, vivid green · cool · closest name: aquamarine
RGB
140, 238, 179
HSL
144°, 74%, 74%
CMYK
41, 0, 25, 7
Luminance
0.6998
Every format
| HEX | #8ceeb3 |
| RGB | rgb(140, 238, 179) |
| HSL | hsl(144, 74%, 74%) |
| CMYK | cmyk(41%, 0%, 25%, 7%) |
| LAB | lab(87.0 -41.6 19.7) |
| LCH | lch(87.0 46.0 154.6) |
| OKLCH | oklch(0.873 0.125 156.2) |
Copy-ready code
/* CSS */
color: #8ceeb3;
background-color: #8ceeb3;
/* Tailwind (arbitrary) */
class="text-[#8ceeb3] bg-[#8ceeb3]"
/* SCSS */
$brand: #8ceeb3;
/* SwiftUI */
Color(red: 0.549, green: 0.933, blue: 0.702)
/* Android */
Color.parseColor("#8ceeb3")Accessibility — WCAG contrast
Aa
#8ceeb3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceeb3 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.3%
Blue70.2%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow24.8%
Key (black)6.7%
Color previews
#8ceeb3 text on a black background
contrast 15.00:1
Card sample
#8ceeb3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceeb3;
Background color
Panel with #8ceeb3 background
background-color: #8ceeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 238, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 238, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceeb3; background: linear-gradient(135deg, #8ceeb3, #8CE8EE);