#89faff
a light, electric cyan · cool · closest name: cyan
RGB
137, 250, 255
HSL
183°, 100%, 77%
CMYK
46, 2, 0, 0
Luminance
0.8091
Every format
| HEX | #89faff |
| RGB | rgb(137, 250, 255) |
| HSL | hsl(183, 100%, 77%) |
| CMYK | cmyk(46%, 2%, 0%, 0%) |
| LAB | lab(92.1 -31.0 -12.4) |
| LCH | lch(92.1 33.4 201.8) |
| OKLCH | oklch(0.920 0.104 199.3) |
Copy-ready code
/* CSS */
color: #89faff;
background-color: #89faff;
/* Tailwind (arbitrary) */
class="text-[#89faff] bg-[#89faff]"
/* SCSS */
$brand: #89faff;
/* SwiftUI */
Color(red: 0.537, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#89faff")Accessibility — WCAG contrast
Aa
#89faff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89faff on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green98.0%
Blue100.0%
CMYK percentages
Cyan46.3%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#89faff text on a black background
contrast 17.18:1
Card sample
#89faff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89faff;
Background color
Panel with #89faff background
background-color: #89faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89faff; background: linear-gradient(135deg, #89faff, #89ACFF);