#0899fe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 153, 254
HSL
205°, 99%, 51%
CMYK
97, 40, 0, 0
Luminance
0.2999
Every format
| HEX | #0899fe |
| RGB | rgb(8, 153, 254) |
| HSL | hsl(205, 99%, 51%) |
| CMYK | cmyk(97%, 40%, 0%, 0%) |
| LAB | lab(61.6 3.4 -59.2) |
| LCH | lch(61.6 59.3 273.3) |
| OKLCH | oklch(0.669 0.182 248.8) |
Copy-ready code
/* CSS */
color: #0899fe;
background-color: #0899fe;
/* Tailwind (arbitrary) */
class="text-[#0899fe] bg-[#0899fe]"
/* SCSS */
$brand: #0899fe;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.996)
/* Android */
Color.parseColor("#0899fe")Accessibility — WCAG contrast
Aa
#0899fe on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899fe on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue99.6%
CMYK percentages
Cyan96.9%
Magenta39.8%
Yellow0.0%
Key (black)0.4%
Color previews
#0899fe text on a black background
contrast 7.00:1
Card sample
#0899fe text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899fe;
Background color
Panel with #0899fe background
background-color: #0899fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899fe; background: linear-gradient(135deg, #0899fe, #1B08FE);