#92eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
146, 237, 223
HSL
171°, 72%, 75%
CMYK
38, 0, 6, 7
Luminance
0.7201
Every format
| HEX | #92eddf |
| RGB | rgb(146, 237, 223) |
| HSL | hsl(171, 72%, 75%) |
| CMYK | cmyk(38%, 0%, 6%, 7%) |
| LAB | lab(88.0 -30.4 -1.8) |
| LCH | lch(88.0 30.4 183.4) |
| OKLCH | oklch(0.885 0.090 183.4) |
Copy-ready code
/* CSS */
color: #92eddf;
background-color: #92eddf;
/* Tailwind (arbitrary) */
class="text-[#92eddf] bg-[#92eddf]"
/* SCSS */
$brand: #92eddf;
/* SwiftUI */
Color(red: 0.573, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#92eddf")Accessibility — WCAG contrast
Aa
#92eddf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92eddf on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#92eddf text on a black background
contrast 15.40:1
Card sample
#92eddf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92eddf;
Background color
Panel with #92eddf background
background-color: #92eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92eddf; background: linear-gradient(135deg, #92eddf, #92BEED);