#0899fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 153, 252
HSL
204°, 98%, 51%
CMYK
97, 39, 0, 1
Luminance
0.2986
Every format
| HEX | #0899fc |
| RGB | rgb(8, 153, 252) |
| HSL | hsl(204, 98%, 51%) |
| CMYK | cmyk(97%, 39%, 0%, 1%) |
| LAB | lab(61.5 2.6 -58.3) |
| LCH | lch(61.5 58.4 272.6) |
| OKLCH | oklch(0.668 0.180 248.4) |
Copy-ready code
/* CSS */
color: #0899fc;
background-color: #0899fc;
/* Tailwind (arbitrary) */
class="text-[#0899fc] bg-[#0899fc]"
/* SCSS */
$brand: #0899fc;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.988)
/* Android */
Color.parseColor("#0899fc")Accessibility — WCAG contrast
Aa
#0899fc on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899fc on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta39.3%
Yellow0.0%
Key (black)1.2%
Color previews
#0899fc text on a black background
contrast 6.97:1
Card sample
#0899fc text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899fc;
Background color
Panel with #0899fc background
background-color: #0899fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899fc; background: linear-gradient(135deg, #0899fc, #1A08FC);