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