#99cfba
a light, soft green · cool · closest name: silver
RGB
153, 207, 186
HSL
157°, 36%, 71%
CMYK
26, 0, 10, 19
Luminance
0.5494
Every format
| HEX | #99cfba |
| RGB | rgb(153, 207, 186) |
| HSL | hsl(157, 36%, 71%) |
| CMYK | cmyk(26%, 0%, 10%, 19%) |
| LAB | lab(79.0 -21.8 4.8) |
| LCH | lch(79.0 22.3 167.6) |
| OKLCH | oklch(0.811 0.064 168.8) |
Copy-ready code
/* CSS */
color: #99cfba;
background-color: #99cfba;
/* Tailwind (arbitrary) */
class="text-[#99cfba] bg-[#99cfba]"
/* SCSS */
$brand: #99cfba;
/* SwiftUI */
Color(red: 0.600, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#99cfba")Accessibility — WCAG contrast
Aa
#99cfba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cfba on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green81.2%
Blue72.9%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#99cfba text on a black background
contrast 11.99:1
Card sample
#99cfba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cfba;
Background color
Panel with #99cfba background
background-color: #99cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cfba; background: linear-gradient(135deg, #99cfba, #99C0CF);