#89cbfd
a light, electric blue · cool · closest name: skyblue
RGB
137, 203, 253
HSL
206°, 97%, 77%
CMYK
46, 20, 0, 1
Luminance
0.5512
Every format
| HEX | #89cbfd |
| RGB | rgb(137, 203, 253) |
| HSL | hsl(206, 97%, 77%) |
| CMYK | cmyk(46%, 20%, 0%, 1%) |
| LAB | lab(79.1 -8.0 -31.0) |
| LCH | lch(79.1 32.0 255.6) |
| OKLCH | oklch(0.816 0.098 242.1) |
Copy-ready code
/* CSS */
color: #89cbfd;
background-color: #89cbfd;
/* Tailwind (arbitrary) */
class="text-[#89cbfd] bg-[#89cbfd]"
/* SCSS */
$brand: #89cbfd;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#89cbfd")Accessibility — WCAG contrast
Aa
#89cbfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cbfd on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#89cbfd text on a black background
contrast 12.02:1
Card sample
#89cbfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cbfd;
Background color
Panel with #89cbfd background
background-color: #89cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cbfd; background: linear-gradient(135deg, #89cbfd, #9589FD);