#99bba2
a light, soft green · cool · closest name: silver
RGB
153, 187, 162
HSL
136°, 20%, 67%
CMYK
18, 0, 13, 27
Luminance
0.4492
Every format
| HEX | #99bba2 |
| RGB | rgb(153, 187, 162) |
| HSL | hsl(136, 20%, 67%) |
| CMYK | cmyk(18%, 0%, 13%, 27%) |
| LAB | lab(72.8 -16.4 8.9) |
| LCH | lch(72.8 18.7 151.6) |
| OKLCH | oklch(0.760 0.051 153.2) |
Copy-ready code
/* CSS */
color: #99bba2;
background-color: #99bba2;
/* Tailwind (arbitrary) */
class="text-[#99bba2] bg-[#99bba2]"
/* SCSS */
$brand: #99bba2;
/* SwiftUI */
Color(red: 0.600, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#99bba2")Accessibility — WCAG contrast
Aa
#99bba2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bba2 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.3%
Blue63.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#99bba2 text on a black background
contrast 9.98:1
Card sample
#99bba2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bba2;
Background color
Panel with #99bba2 background
background-color: #99bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bba2; background: linear-gradient(135deg, #99bba2, #99BBB9);