#9df3eb
a light, electric cyan · cool · closest name: turquoise
RGB
157, 243, 235
HSL
174°, 78%, 78%
CMYK
35, 0, 3, 5
Luminance
0.7727
Every format
| HEX | #9df3eb |
| RGB | rgb(157, 243, 235) |
| HSL | hsl(174, 78%, 78%) |
| CMYK | cmyk(35%, 0%, 3%, 5%) |
| LAB | lab(90.4 -27.6 -4.4) |
| LCH | lch(90.4 28.0 189.0) |
| OKLCH | oklch(0.907 0.084 188.3) |
Copy-ready code
/* CSS */
color: #9df3eb;
background-color: #9df3eb;
/* Tailwind (arbitrary) */
class="text-[#9df3eb] bg-[#9df3eb]"
/* SCSS */
$brand: #9df3eb;
/* SwiftUI */
Color(red: 0.616, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#9df3eb")Accessibility — WCAG contrast
Aa
#9df3eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df3eb on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.3%
Blue92.2%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#9df3eb text on a black background
contrast 16.45:1
Card sample
#9df3eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df3eb;
Background color
Panel with #9df3eb background
background-color: #9df3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df3eb; background: linear-gradient(135deg, #9df3eb, #9DC2F3);