#92ceba
a light, soft cyan · cool · closest name: turquoise
RGB
146, 206, 186
HSL
160°, 38%, 69%
CMYK
29, 0, 10, 19
Luminance
0.5380
Every format
| HEX | #92ceba |
| RGB | rgb(146, 206, 186) |
| HSL | hsl(160, 38%, 69%) |
| CMYK | cmyk(29%, 0%, 10%, 19%) |
| LAB | lab(78.3 -23.4 3.8) |
| LCH | lch(78.3 23.8 170.8) |
| OKLCH | oklch(0.805 0.068 171.8) |
Copy-ready code
/* CSS */
color: #92ceba;
background-color: #92ceba;
/* Tailwind (arbitrary) */
class="text-[#92ceba] bg-[#92ceba]"
/* SCSS */
$brand: #92ceba;
/* SwiftUI */
Color(red: 0.573, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#92ceba")Accessibility — WCAG contrast
Aa
#92ceba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ceba on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.8%
Blue72.9%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#92ceba text on a black background
contrast 11.76:1
Card sample
#92ceba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ceba;
Background color
Panel with #92ceba background
background-color: #92ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ceba; background: linear-gradient(135deg, #92ceba, #92BACE);