#9aebc9
a light, vivid green · cool · closest name: aquamarine
RGB
154, 235, 201
HSL
155°, 67%, 76%
CMYK
35, 0, 15, 8
Luminance
0.7050
Every format
| HEX | #9aebc9 |
| RGB | rgb(154, 235, 201) |
| HSL | hsl(155, 67%, 76%) |
| CMYK | cmyk(35%, 0%, 15%, 8%) |
| LAB | lab(87.2 -32.0 8.7) |
| LCH | lch(87.2 33.1 164.8) |
| OKLCH | oklch(0.878 0.093 166.0) |
Copy-ready code
/* CSS */
color: #9aebc9;
background-color: #9aebc9;
/* Tailwind (arbitrary) */
class="text-[#9aebc9] bg-[#9aebc9]"
/* SCSS */
$brand: #9aebc9;
/* SwiftUI */
Color(red: 0.604, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#9aebc9")Accessibility — WCAG contrast
Aa
#9aebc9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aebc9 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green92.2%
Blue78.8%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#9aebc9 text on a black background
contrast 15.10:1
Card sample
#9aebc9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aebc9;
Background color
Panel with #9aebc9 background
background-color: #9aebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aebc9; background: linear-gradient(135deg, #9aebc9, #9AD7EB);