#99cfab
a light, soft green · cool · closest name: aquamarine
RGB
153, 207, 171
HSL
140°, 36%, 71%
CMYK
26, 0, 17, 19
Luminance
0.5434
Every format
| HEX | #99cfab |
| RGB | rgb(153, 207, 171) |
| HSL | hsl(140, 36%, 71%) |
| CMYK | cmyk(26%, 0%, 17%, 19%) |
| LAB | lab(78.7 -24.8 12.3) |
| LCH | lch(78.7 27.7 153.6) |
| OKLCH | oklch(0.807 0.076 155.2) |
Copy-ready code
/* CSS */
color: #99cfab;
background-color: #99cfab;
/* Tailwind (arbitrary) */
class="text-[#99cfab] bg-[#99cfab]"
/* SCSS */
$brand: #99cfab;
/* SwiftUI */
Color(red: 0.600, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#99cfab")Accessibility — WCAG contrast
Aa
#99cfab on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cfab on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green81.2%
Blue67.1%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#99cfab text on a black background
contrast 11.87:1
Card sample
#99cfab text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cfab;
Background color
Panel with #99cfab background
background-color: #99cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cfab; background: linear-gradient(135deg, #99cfab, #99CFCF);