#92eade
a light, vivid cyan · cool · closest name: turquoise
RGB
146, 234, 222
HSL
172°, 68%, 75%
CMYK
38, 0, 5, 8
Luminance
0.7023
Every format
| HEX | #92eade |
| RGB | rgb(146, 234, 222) |
| HSL | hsl(172, 68%, 75%) |
| CMYK | cmyk(38%, 0%, 5%, 8%) |
| LAB | lab(87.1 -29.1 -2.5) |
| LCH | lch(87.1 29.3 185.0) |
| OKLCH | oklch(0.878 0.087 184.8) |
Copy-ready code
/* CSS */
color: #92eade;
background-color: #92eade;
/* Tailwind (arbitrary) */
class="text-[#92eade] bg-[#92eade]"
/* SCSS */
$brand: #92eade;
/* SwiftUI */
Color(red: 0.573, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#92eade")Accessibility — WCAG contrast
Aa
#92eade on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92eade on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green91.8%
Blue87.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#92eade text on a black background
contrast 15.05:1
Card sample
#92eade text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92eade;
Background color
Panel with #92eade background
background-color: #92eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92eade; background: linear-gradient(135deg, #92eade, #92BBEA);