#9beccb
a light, vivid green · cool · closest name: aquamarine
RGB
155, 236, 203
HSL
156°, 68%, 77%
CMYK
34, 0, 14, 8
Luminance
0.7127
Every format
| HEX | #9beccb |
| RGB | rgb(155, 236, 203) |
| HSL | hsl(156, 68%, 77%) |
| CMYK | cmyk(34%, 0%, 14%, 8%) |
| LAB | lab(87.6 -31.8 8.2) |
| LCH | lch(87.6 32.8 165.5) |
| OKLCH | oklch(0.882 0.092 166.7) |
Copy-ready code
/* CSS */
color: #9beccb;
background-color: #9beccb;
/* Tailwind (arbitrary) */
class="text-[#9beccb] bg-[#9beccb]"
/* SCSS */
$brand: #9beccb;
/* SwiftUI */
Color(red: 0.608, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#9beccb")Accessibility — WCAG contrast
Aa
#9beccb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beccb on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green92.5%
Blue79.6%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#9beccb text on a black background
contrast 15.25:1
Card sample
#9beccb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beccb;
Background color
Panel with #9beccb background
background-color: #9beccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beccb; background: linear-gradient(135deg, #9beccb, #9BD7EC);