#92cfac
a light, soft green · cool · closest name: turquoise
RGB
146, 207, 172
HSL
146°, 39%, 69%
CMYK
30, 0, 17, 19
Luminance
0.5372
Every format
| HEX | #92cfac |
| RGB | rgb(146, 207, 172) |
| HSL | hsl(146, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 17%, 19%) |
| LAB | lab(78.3 -26.8 11.2) |
| LCH | lch(78.3 29.0 157.3) |
| OKLCH | oklch(0.803 0.080 158.8) |
Copy-ready code
/* CSS */
color: #92cfac;
background-color: #92cfac;
/* Tailwind (arbitrary) */
class="text-[#92cfac] bg-[#92cfac]"
/* SCSS */
$brand: #92cfac;
/* SwiftUI */
Color(red: 0.573, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#92cfac")Accessibility — WCAG contrast
Aa
#92cfac on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cfac on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#92cfac text on a black background
contrast 11.74:1
Card sample
#92cfac text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cfac;
Background color
Panel with #92cfac background
background-color: #92cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cfac; background: linear-gradient(135deg, #92cfac, #92C9CF);