#9becce
a light, vivid green · cool · closest name: aquamarine
RGB
155, 236, 206
HSL
158°, 68%, 77%
CMYK
34, 0, 13, 8
Luminance
0.7142
Every format
| HEX | #9becce |
| RGB | rgb(155, 236, 206) |
| HSL | hsl(158, 68%, 77%) |
| CMYK | cmyk(34%, 0%, 13%, 8%) |
| LAB | lab(87.7 -31.1 6.7) |
| LCH | lch(87.7 31.9 167.8) |
| OKLCH | oklch(0.882 0.090 168.9) |
Copy-ready code
/* CSS */
color: #9becce;
background-color: #9becce;
/* Tailwind (arbitrary) */
class="text-[#9becce] bg-[#9becce]"
/* SCSS */
$brand: #9becce;
/* SwiftUI */
Color(red: 0.608, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#9becce")Accessibility — WCAG contrast
Aa
#9becce on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9becce on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green92.5%
Blue80.8%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#9becce text on a black background
contrast 15.28:1
Card sample
#9becce text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9becce;
Background color
Panel with #9becce background
background-color: #9becce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9becce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9becce; background: linear-gradient(135deg, #9becce, #9BD4EC);