#92fada
a light, electric cyan · cool · closest name: aquamarine
RGB
146, 250, 218
HSL
162°, 91%, 78%
CMYK
42, 0, 13, 2
Luminance
0.7954
Every format
| HEX | #92fada |
| RGB | rgb(146, 250, 218) |
| HSL | hsl(162, 91%, 78%) |
| CMYK | cmyk(42%, 0%, 13%, 2%) |
| LAB | lab(91.5 -37.5 5.9) |
| LCH | lch(91.5 38.0 171.0) |
| OKLCH | oklch(0.913 0.108 172.0) |
Copy-ready code
/* CSS */
color: #92fada;
background-color: #92fada;
/* Tailwind (arbitrary) */
class="text-[#92fada] bg-[#92fada]"
/* SCSS */
$brand: #92fada;
/* SwiftUI */
Color(red: 0.573, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#92fada")Accessibility — WCAG contrast
Aa
#92fada on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fada on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green98.0%
Blue85.5%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#92fada text on a black background
contrast 16.91:1
Card sample
#92fada text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fada;
Background color
Panel with #92fada background
background-color: #92fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fada; background: linear-gradient(135deg, #92fada, #92D5FA);