#99cc88
a light, soft green · cool · closest name: seagreen
RGB
153, 204, 136
HSL
105°, 40%, 67%
CMYK
25, 0, 33, 20
Luminance
0.5174
Every format
| HEX | #99cc88 |
| RGB | rgb(153, 204, 136) |
| HSL | hsl(105, 40%, 67%) |
| CMYK | cmyk(25%, 0%, 33%, 20%) |
| LAB | lab(77.1 -29.3 28.7) |
| LCH | lch(77.1 41.0 135.6) |
| OKLCH | oklch(0.792 0.107 138.1) |
Copy-ready code
/* CSS */
color: #99cc88;
background-color: #99cc88;
/* Tailwind (arbitrary) */
class="text-[#99cc88] bg-[#99cc88]"
/* SCSS */
$brand: #99cc88;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.533)
/* Android */
Color.parseColor("#99cc88")Accessibility — WCAG contrast
Aa
#99cc88 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cc88 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue53.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow33.3%
Key (black)20.0%
Color previews
#99cc88 text on a black background
contrast 11.35:1
Card sample
#99cc88 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cc88;
Background color
Panel with #99cc88 background
background-color: #99cc88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cc88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cc88; background: linear-gradient(135deg, #99cc88, #88CCA4);