#9ceccf
a light, vivid green · cool · closest name: aquamarine
RGB
156, 236, 207
HSL
158°, 68%, 77%
CMYK
34, 0, 12, 8
Luminance
0.7156
Every format
| HEX | #9ceccf |
| RGB | rgb(156, 236, 207) |
| HSL | hsl(158, 68%, 77%) |
| CMYK | cmyk(34%, 0%, 12%, 8%) |
| LAB | lab(87.8 -30.7 6.3) |
| LCH | lch(87.8 31.3 168.3) |
| OKLCH | oklch(0.883 0.089 169.4) |
Copy-ready code
/* CSS */
color: #9ceccf;
background-color: #9ceccf;
/* Tailwind (arbitrary) */
class="text-[#9ceccf] bg-[#9ceccf]"
/* SCSS */
$brand: #9ceccf;
/* SwiftUI */
Color(red: 0.612, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#9ceccf")Accessibility — WCAG contrast
Aa
#9ceccf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceccf on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.5%
Blue81.2%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#9ceccf text on a black background
contrast 15.31:1
Card sample
#9ceccf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceccf;
Background color
Panel with #9ceccf background
background-color: #9ceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceccf; background: linear-gradient(135deg, #9ceccf, #9CD4EC);