#92fdfe
a light, electric cyan · cool · closest name: cyan
RGB
146, 253, 254
HSL
181°, 98%, 78%
CMYK
43, 0, 0, 0
Luminance
0.8352
Every format
| HEX | #92fdfe |
| RGB | rgb(146, 253, 254) |
| HSL | hsl(181, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 0%, 0%) |
| LAB | lab(93.2 -30.6 -10.2) |
| LCH | lch(93.2 32.3 198.3) |
| OKLCH | oklch(0.930 0.099 196.4) |
Copy-ready code
/* CSS */
color: #92fdfe;
background-color: #92fdfe;
/* Tailwind (arbitrary) */
class="text-[#92fdfe] bg-[#92fdfe]"
/* SCSS */
$brand: #92fdfe;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#92fdfe")Accessibility — WCAG contrast
Aa
#92fdfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fdfe on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue99.6%
CMYK percentages
Cyan42.5%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#92fdfe text on a black background
contrast 17.70:1
Card sample
#92fdfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fdfe;
Background color
Panel with #92fdfe background
background-color: #92fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fdfe; background: linear-gradient(135deg, #92fdfe, #92B5FE);