#9fcfba
a light, soft green · cool · closest name: silver
RGB
159, 207, 186
HSL
154°, 33%, 72%
CMYK
23, 0, 10, 19
Luminance
0.5554
Every format
| HEX | #9fcfba |
| RGB | rgb(159, 207, 186) |
| HSL | hsl(154, 33%, 72%) |
| CMYK | cmyk(23%, 0%, 10%, 19%) |
| LAB | lab(79.3 -19.9 5.3) |
| LCH | lch(79.3 20.6 165.0) |
| OKLCH | oklch(0.815 0.058 166.3) |
Copy-ready code
/* CSS */
color: #9fcfba;
background-color: #9fcfba;
/* Tailwind (arbitrary) */
class="text-[#9fcfba] bg-[#9fcfba]"
/* SCSS */
$brand: #9fcfba;
/* SwiftUI */
Color(red: 0.624, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#9fcfba")Accessibility — WCAG contrast
Aa
#9fcfba on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcfba on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#9fcfba text on a black background
contrast 12.11:1
Card sample
#9fcfba text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcfba;
Background color
Panel with #9fcfba background
background-color: #9fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcfba; background: linear-gradient(135deg, #9fcfba, #9FC4CF);