#92ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
146, 235, 223
HSL
172°, 69%, 75%
CMYK
38, 0, 5, 8
Luminance
0.7086
Every format
| HEX | #92ebdf |
| RGB | rgb(146, 235, 223) |
| HSL | hsl(172, 69%, 75%) |
| CMYK | cmyk(38%, 0%, 5%, 8%) |
| LAB | lab(87.4 -29.4 -2.6) |
| LCH | lch(87.4 29.5 185.1) |
| OKLCH | oklch(0.881 0.088 184.9) |
Copy-ready code
/* CSS */
color: #92ebdf;
background-color: #92ebdf;
/* Tailwind (arbitrary) */
class="text-[#92ebdf] bg-[#92ebdf]"
/* SCSS */
$brand: #92ebdf;
/* SwiftUI */
Color(red: 0.573, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#92ebdf")Accessibility — WCAG contrast
Aa
#92ebdf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ebdf on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green92.2%
Blue87.5%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#92ebdf text on a black background
contrast 15.17:1
Card sample
#92ebdf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ebdf;
Background color
Panel with #92ebdf background
background-color: #92ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ebdf; background: linear-gradient(135deg, #92ebdf, #92BCEB);