#89cbff
a light, electric blue · cool · closest name: skyblue
RGB
137, 203, 255
HSL
206°, 100%, 77%
CMYK
46, 20, 0, 0
Luminance
0.5525
Every format
| HEX | #89cbff |
| RGB | rgb(137, 203, 255) |
| HSL | hsl(206, 100%, 77%) |
| CMYK | cmyk(46%, 20%, 0%, 0%) |
| LAB | lab(79.2 -7.4 -32.0) |
| LCH | lch(79.2 32.8 257.0) |
| OKLCH | oklch(0.817 0.100 243.2) |
Copy-ready code
/* CSS */
color: #89cbff;
background-color: #89cbff;
/* Tailwind (arbitrary) */
class="text-[#89cbff] bg-[#89cbff]"
/* SCSS */
$brand: #89cbff;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#89cbff")Accessibility — WCAG contrast
Aa
#89cbff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cbff on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue100.0%
CMYK percentages
Cyan46.3%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#89cbff text on a black background
contrast 12.05:1
Card sample
#89cbff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cbff;
Background color
Panel with #89cbff background
background-color: #89cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cbff; background: linear-gradient(135deg, #89cbff, #9689FF);