#089fdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 159, 223
HSL
198°, 93%, 45%
CMYK
96, 29, 0, 13
Luminance
0.3018
Every format
| HEX | #089fdf |
| RGB | rgb(8, 159, 223) |
| HSL | hsl(198, 93%, 45%) |
| CMYK | cmyk(96%, 29%, 0%, 13%) |
| LAB | lab(61.8 -11.6 -41.9) |
| LCH | lch(61.8 43.5 254.6) |
| OKLCH | oklch(0.665 0.143 236.4) |
Copy-ready code
/* CSS */
color: #089fdf;
background-color: #089fdf;
/* Tailwind (arbitrary) */
class="text-[#089fdf] bg-[#089fdf]"
/* SCSS */
$brand: #089fdf;
/* SwiftUI */
Color(red: 0.031, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#089fdf")Accessibility — WCAG contrast
Aa
#089fdf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#089fdf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#089fdf text on a black background
contrast 7.04:1
Card sample
#089fdf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089fdf;
Background color
Panel with #089fdf background
background-color: #089fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089fdf; background: linear-gradient(135deg, #089fdf, #080FDF);