#9acfcf
a light, soft cyan · cool · closest name: skyblue
RGB
154, 207, 207
HSL
180°, 36%, 71%
CMYK
26, 0, 0, 19
Luminance
0.5600
Every format
| HEX | #9acfcf |
| RGB | rgb(154, 207, 207) |
| HSL | hsl(180, 36%, 71%) |
| CMYK | cmyk(26%, 0%, 0%, 19%) |
| LAB | lab(79.6 -17.0 -5.6) |
| LCH | lch(79.6 17.9 198.1) |
| OKLCH | oklch(0.818 0.055 196.1) |
Copy-ready code
/* CSS */
color: #9acfcf;
background-color: #9acfcf;
/* Tailwind (arbitrary) */
class="text-[#9acfcf] bg-[#9acfcf]"
/* SCSS */
$brand: #9acfcf;
/* SwiftUI */
Color(red: 0.604, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#9acfcf")Accessibility — WCAG contrast
Aa
#9acfcf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acfcf on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.2%
Blue81.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#9acfcf text on a black background
contrast 12.20:1
Card sample
#9acfcf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acfcf;
Background color
Panel with #9acfcf background
background-color: #9acfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acfcf; background: linear-gradient(135deg, #9acfcf, #9AACCF);