#89d4fd
a light, electric blue · cool · closest name: skyblue
RGB
137, 212, 253
HSL
201°, 97%, 77%
CMYK
46, 16, 0, 1
Luminance
0.5950
Every format
| HEX | #89d4fd |
| RGB | rgb(137, 212, 253) |
| HSL | hsl(201, 97%, 77%) |
| CMYK | cmyk(46%, 16%, 0%, 1%) |
| LAB | lab(81.6 -12.7 -27.3) |
| LCH | lch(81.6 30.1 245.1) |
| OKLCH | oklch(0.836 0.094 233.4) |
Copy-ready code
/* CSS */
color: #89d4fd;
background-color: #89d4fd;
/* Tailwind (arbitrary) */
class="text-[#89d4fd] bg-[#89d4fd]"
/* SCSS */
$brand: #89d4fd;
/* SwiftUI */
Color(red: 0.537, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#89d4fd")Accessibility — WCAG contrast
Aa
#89d4fd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89d4fd on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green83.1%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#89d4fd text on a black background
contrast 12.90:1
Card sample
#89d4fd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89d4fd;
Background color
Panel with #89d4fd background
background-color: #89d4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89d4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89d4fd; background: linear-gradient(135deg, #89d4fd, #8B89FD);