#9cf0cd
a light, vivid green · cool · closest name: aquamarine
RGB
156, 240, 205
HSL
155°, 74%, 78%
CMYK
35, 0, 15, 6
Luminance
0.7380
Every format
| HEX | #9cf0cd |
| RGB | rgb(156, 240, 205) |
| HSL | hsl(155, 74%, 78%) |
| CMYK | cmyk(35%, 0%, 15%, 6%) |
| LAB | lab(88.8 -33.0 8.9) |
| LCH | lch(88.8 34.1 164.9) |
| OKLCH | oklch(0.892 0.096 166.1) |
Copy-ready code
/* CSS */
color: #9cf0cd;
background-color: #9cf0cd;
/* Tailwind (arbitrary) */
class="text-[#9cf0cd] bg-[#9cf0cd]"
/* SCSS */
$brand: #9cf0cd;
/* SwiftUI */
Color(red: 0.612, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#9cf0cd")Accessibility — WCAG contrast
Aa
#9cf0cd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf0cd on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green94.1%
Blue80.4%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#9cf0cd text on a black background
contrast 15.76:1
Card sample
#9cf0cd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf0cd;
Background color
Panel with #9cf0cd background
background-color: #9cf0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf0cd; background: linear-gradient(135deg, #9cf0cd, #9CDBF0);