#92ceac
a light, soft green · cool · closest name: turquoise
RGB
146, 206, 172
HSL
146°, 38%, 69%
CMYK
29, 0, 17, 19
Luminance
0.5323
Every format
| HEX | #92ceac |
| RGB | rgb(146, 206, 172) |
| HSL | hsl(146, 38%, 69%) |
| CMYK | cmyk(29%, 0%, 17%, 19%) |
| LAB | lab(78.0 -26.3 10.8) |
| LCH | lch(78.0 28.4 157.7) |
| OKLCH | oklch(0.801 0.078 159.2) |
Copy-ready code
/* CSS */
color: #92ceac;
background-color: #92ceac;
/* Tailwind (arbitrary) */
class="text-[#92ceac] bg-[#92ceac]"
/* SCSS */
$brand: #92ceac;
/* SwiftUI */
Color(red: 0.573, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#92ceac")Accessibility — WCAG contrast
Aa
#92ceac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ceac on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.8%
Blue67.5%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#92ceac text on a black background
contrast 11.65:1
Card sample
#92ceac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ceac;
Background color
Panel with #92ceac background
background-color: #92ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ceac; background: linear-gradient(135deg, #92ceac, #92C8CE);