#9fdaca
a light, soft cyan · cool · closest name: turquoise
RGB
159, 218, 202
HSL
164°, 44%, 74%
CMYK
27, 0, 7, 15
Luminance
0.6178
Every format
| HEX | #9fdaca |
| RGB | rgb(159, 218, 202) |
| HSL | hsl(164, 44%, 74%) |
| CMYK | cmyk(27%, 0%, 7%, 15%) |
| LAB | lab(82.8 -22.1 1.8) |
| LCH | lch(82.8 22.2 175.4) |
| OKLCH | oklch(0.844 0.064 176.1) |
Copy-ready code
/* CSS */
color: #9fdaca;
background-color: #9fdaca;
/* Tailwind (arbitrary) */
class="text-[#9fdaca] bg-[#9fdaca]"
/* SCSS */
$brand: #9fdaca;
/* SwiftUI */
Color(red: 0.624, green: 0.855, blue: 0.792)
/* Android */
Color.parseColor("#9fdaca")Accessibility — WCAG contrast
Aa
#9fdaca on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdaca on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.5%
Blue79.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow7.3%
Key (black)14.5%
Color previews
#9fdaca text on a black background
contrast 13.36:1
Card sample
#9fdaca text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdaca;
Background color
Panel with #9fdaca background
background-color: #9fdaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 218, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 218, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdaca; background: linear-gradient(135deg, #9fdaca, #9FC3DA);