#9cf5df
a light, electric cyan · cool · closest name: aquamarine
RGB
156, 245, 223
HSL
165°, 82%, 79%
CMYK
36, 0, 9, 4
Luminance
0.7770
Every format
| HEX | #9cf5df |
| RGB | rgb(156, 245, 223) |
| HSL | hsl(165, 82%, 79%) |
| CMYK | cmyk(36%, 0%, 9%, 4%) |
| LAB | lab(90.6 -31.5 2.2) |
| LCH | lch(90.6 31.6 176.1) |
| OKLCH | oklch(0.908 0.091 176.7) |
Copy-ready code
/* CSS */
color: #9cf5df;
background-color: #9cf5df;
/* Tailwind (arbitrary) */
class="text-[#9cf5df] bg-[#9cf5df]"
/* SCSS */
$brand: #9cf5df;
/* SwiftUI */
Color(red: 0.612, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#9cf5df")Accessibility — WCAG contrast
Aa
#9cf5df on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf5df on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green96.1%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#9cf5df text on a black background
contrast 16.54:1
Card sample
#9cf5df text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf5df;
Background color
Panel with #9cf5df background
background-color: #9cf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf5df; background: linear-gradient(135deg, #9cf5df, #9CD0F5);