#9df7ee
a light, electric cyan · cool · closest name: turquoise
RGB
157, 247, 238
HSL
174°, 85%, 79%
CMYK
36, 0, 4, 3
Luminance
0.7986
Every format
| HEX | #9df7ee |
| RGB | rgb(157, 247, 238) |
| HSL | hsl(174, 85%, 79%) |
| CMYK | cmyk(36%, 0%, 4%, 3%) |
| LAB | lab(91.6 -28.9 -4.2) |
| LCH | lch(91.6 29.2 188.3) |
| OKLCH | oklch(0.917 0.087 187.7) |
Copy-ready code
/* CSS */
color: #9df7ee;
background-color: #9df7ee;
/* Tailwind (arbitrary) */
class="text-[#9df7ee] bg-[#9df7ee]"
/* SCSS */
$brand: #9df7ee;
/* SwiftUI */
Color(red: 0.616, green: 0.969, blue: 0.933)
/* Android */
Color.parseColor("#9df7ee")Accessibility — WCAG contrast
Aa
#9df7ee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df7ee on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green96.9%
Blue93.3%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow3.6%
Key (black)3.1%
Color previews
#9df7ee text on a black background
contrast 16.97:1
Card sample
#9df7ee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df7ee;
Background color
Panel with #9df7ee background
background-color: #9df7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 247, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 247, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df7ee; background: linear-gradient(135deg, #9df7ee, #9DC4F7);