#92decf
a light, vivid cyan · cool · closest name: turquoise
RGB
146, 222, 207
HSL
168°, 54%, 72%
CMYK
34, 0, 7, 13
Luminance
0.6286
Every format
| HEX | #92decf |
| RGB | rgb(146, 222, 207) |
| HSL | hsl(168, 54%, 72%) |
| CMYK | cmyk(34%, 0%, 7%, 13%) |
| LAB | lab(83.4 -26.8 -0.1) |
| LCH | lch(83.4 26.8 180.2) |
| OKLCH | oklch(0.847 0.078 180.5) |
Copy-ready code
/* CSS */
color: #92decf;
background-color: #92decf;
/* Tailwind (arbitrary) */
class="text-[#92decf] bg-[#92decf]"
/* SCSS */
$brand: #92decf;
/* SwiftUI */
Color(red: 0.573, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#92decf")Accessibility — WCAG contrast
Aa
#92decf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92decf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#92decf text on a black background
contrast 13.57:1
Card sample
#92decf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92decf;
Background color
Panel with #92decf background
background-color: #92decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92decf; background: linear-gradient(135deg, #92decf, #92BADE);