#92fdec
a light, electric cyan · cool · closest name: turquoise
RGB
146, 253, 236
HSL
171°, 96%, 78%
CMYK
42, 0, 7, 1
Luminance
0.8242
Every format
| HEX | #92fdec |
| RGB | rgb(146, 253, 236) |
| HSL | hsl(171, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 7%, 1%) |
| LAB | lab(92.8 -34.9 -1.6) |
| LCH | lch(92.8 34.9 182.5) |
| OKLCH | oklch(0.925 0.103 182.6) |
Copy-ready code
/* CSS */
color: #92fdec;
background-color: #92fdec;
/* Tailwind (arbitrary) */
class="text-[#92fdec] bg-[#92fdec]"
/* SCSS */
$brand: #92fdec;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#92fdec")Accessibility — WCAG contrast
Aa
#92fdec on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fdec on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue92.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#92fdec text on a black background
contrast 17.48:1
Card sample
#92fdec text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fdec;
Background color
Panel with #92fdec background
background-color: #92fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fdec; background: linear-gradient(135deg, #92fdec, #92C7FD);