#0899df
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 153, 223
HSL
200°, 93%, 45%
CMYK
96, 31, 0, 13
Luminance
0.2816
Every format
| HEX | #0899df |
| RGB | rgb(8, 153, 223) |
| HSL | hsl(200, 93%, 45%) |
| CMYK | cmyk(96%, 31%, 0%, 13%) |
| LAB | lab(60.0 -8.2 -44.7) |
| LCH | lch(60.0 45.4 259.6) |
| OKLCH | oklch(0.651 0.147 239.8) |
Copy-ready code
/* CSS */
color: #0899df;
background-color: #0899df;
/* Tailwind (arbitrary) */
class="text-[#0899df] bg-[#0899df]"
/* SCSS */
$brand: #0899df;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#0899df")Accessibility — WCAG contrast
Aa
#0899df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899df on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0899df text on a black background
contrast 6.63:1
Card sample
#0899df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899df;
Background color
Panel with #0899df background
background-color: #0899df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899df; background: linear-gradient(135deg, #0899df, #080ADF);