#9dfeeb
a light, electric cyan · cool · closest name: aquamarine
RGB
157, 254, 235
HSL
168°, 98%, 81%
CMYK
38, 0, 8, 0
Luminance
0.8405
Every format
| HEX | #9dfeeb |
| RGB | rgb(157, 254, 235) |
| HSL | hsl(168, 98%, 81%) |
| CMYK | cmyk(38%, 0%, 8%, 0%) |
| LAB | lab(93.5 -32.8 0.1) |
| LCH | lch(93.5 32.8 179.9) |
| OKLCH | oklch(0.932 0.096 180.2) |
Copy-ready code
/* CSS */
color: #9dfeeb;
background-color: #9dfeeb;
/* Tailwind (arbitrary) */
class="text-[#9dfeeb] bg-[#9dfeeb]"
/* SCSS */
$brand: #9dfeeb;
/* SwiftUI */
Color(red: 0.616, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#9dfeeb")Accessibility — WCAG contrast
Aa
#9dfeeb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfeeb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.6%
Blue92.2%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#9dfeeb text on a black background
contrast 17.81:1
Card sample
#9dfeeb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfeeb;
Background color
Panel with #9dfeeb background
background-color: #9dfeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfeeb; background: linear-gradient(135deg, #9dfeeb, #9DD0FE);