#92fceb
a light, electric cyan · cool · closest name: turquoise
RGB
146, 252, 235
HSL
170°, 95%, 78%
CMYK
42, 0, 7, 1
Luminance
0.8173
Every format
| HEX | #92fceb |
| RGB | rgb(146, 252, 235) |
| HSL | hsl(170, 95%, 78%) |
| CMYK | cmyk(42%, 0%, 7%, 1%) |
| LAB | lab(92.5 -34.6 -1.5) |
| LCH | lch(92.5 34.7 182.4) |
| OKLCH | oklch(0.922 0.102 182.5) |
Copy-ready code
/* CSS */
color: #92fceb;
background-color: #92fceb;
/* Tailwind (arbitrary) */
class="text-[#92fceb] bg-[#92fceb]"
/* SCSS */
$brand: #92fceb;
/* SwiftUI */
Color(red: 0.573, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#92fceb")Accessibility — WCAG contrast
Aa
#92fceb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fceb on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#92fceb text on a black background
contrast 17.35:1
Card sample
#92fceb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fceb;
Background color
Panel with #92fceb background
background-color: #92fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fceb; background: linear-gradient(135deg, #92fceb, #92C6FC);