#0899f8
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 153, 248
HSL
204°, 95%, 50%
CMYK
97, 38, 0, 3
Luminance
0.2961
Every format
| HEX | #0899f8 |
| RGB | rgb(8, 153, 248) |
| HSL | hsl(204, 95%, 50%) |
| CMYK | cmyk(97%, 38%, 0%, 3%) |
| LAB | lab(61.3 1.1 -56.5) |
| LCH | lch(61.3 56.5 271.1) |
| OKLCH | oklch(0.665 0.175 247.4) |
Copy-ready code
/* CSS */
color: #0899f8;
background-color: #0899f8;
/* Tailwind (arbitrary) */
class="text-[#0899f8] bg-[#0899f8]"
/* SCSS */
$brand: #0899f8;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.973)
/* Android */
Color.parseColor("#0899f8")Accessibility — WCAG contrast
Aa
#0899f8 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899f8 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue97.3%
CMYK percentages
Cyan96.8%
Magenta38.3%
Yellow0.0%
Key (black)2.7%
Color previews
#0899f8 text on a black background
contrast 6.92:1
Card sample
#0899f8 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899f8;
Background color
Panel with #0899f8 background
background-color: #0899f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899f8; background: linear-gradient(135deg, #0899f8, #1708F8);