#92ffdb
a light, electric cyan · cool · closest name: aquamarine
RGB
146, 255, 219
HSL
160°, 100%, 79%
CMYK
43, 0, 14, 0
Luminance
0.8275
Every format
| HEX | #92ffdb |
| RGB | rgb(146, 255, 219) |
| HSL | hsl(160, 100%, 79%) |
| CMYK | cmyk(43%, 0%, 14%, 0%) |
| LAB | lab(92.9 -39.5 7.5) |
| LCH | lch(92.9 40.2 169.3) |
| OKLCH | oklch(0.924 0.114 170.3) |
Copy-ready code
/* CSS */
color: #92ffdb;
background-color: #92ffdb;
/* Tailwind (arbitrary) */
class="text-[#92ffdb] bg-[#92ffdb]"
/* SCSS */
$brand: #92ffdb;
/* SwiftUI */
Color(red: 0.573, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#92ffdb")Accessibility — WCAG contrast
Aa
#92ffdb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ffdb on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green100.0%
Blue85.9%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#92ffdb text on a black background
contrast 17.55:1
Card sample
#92ffdb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ffdb;
Background color
Panel with #92ffdb background
background-color: #92ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ffdb; background: linear-gradient(135deg, #92ffdb, #92DAFF);