#9fceba
a light, soft green · cool · closest name: silver
RGB
159, 206, 186
HSL
155°, 32%, 72%
CMYK
23, 0, 10, 19
Luminance
0.5506
Every format
| HEX | #9fceba |
| RGB | rgb(159, 206, 186) |
| HSL | hsl(155, 32%, 72%) |
| CMYK | cmyk(23%, 0%, 10%, 19%) |
| LAB | lab(79.1 -19.4 4.9) |
| LCH | lch(79.1 20.1 165.7) |
| OKLCH | oklch(0.813 0.057 167.0) |
Copy-ready code
/* CSS */
color: #9fceba;
background-color: #9fceba;
/* Tailwind (arbitrary) */
class="text-[#9fceba] bg-[#9fceba]"
/* SCSS */
$brand: #9fceba;
/* SwiftUI */
Color(red: 0.624, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#9fceba")Accessibility — WCAG contrast
Aa
#9fceba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fceba on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.8%
Blue72.9%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#9fceba text on a black background
contrast 12.01:1
Card sample
#9fceba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fceba;
Background color
Panel with #9fceba background
background-color: #9fceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fceba; background: linear-gradient(135deg, #9fceba, #9FC3CE);