#92cfba
a light, soft green · cool · closest name: turquoise
RGB
146, 207, 186
HSL
159°, 39%, 69%
CMYK
30, 0, 10, 19
Luminance
0.5428
Every format
| HEX | #92cfba |
| RGB | rgb(146, 207, 186) |
| HSL | hsl(159, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 10%, 19%) |
| LAB | lab(78.6 -23.9 4.2) |
| LCH | lch(78.6 24.3 170.1) |
| OKLCH | oklch(0.807 0.069 171.1) |
Copy-ready code
/* CSS */
color: #92cfba;
background-color: #92cfba;
/* Tailwind (arbitrary) */
class="text-[#92cfba] bg-[#92cfba]"
/* SCSS */
$brand: #92cfba;
/* SwiftUI */
Color(red: 0.573, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#92cfba")Accessibility — WCAG contrast
Aa
#92cfba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cfba on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#92cfba text on a black background
contrast 11.86:1
Card sample
#92cfba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cfba;
Background color
Panel with #92cfba background
background-color: #92cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cfba; background: linear-gradient(135deg, #92cfba, #92BBCF);