#099cf6
a balanced, electric blue · cool · closest name: dodgerblue
RGB
9, 156, 246
HSL
203°, 93%, 50%
CMYK
96, 37, 0, 4
Luminance
0.3049
Every format
| HEX | #099cf6 |
| RGB | rgb(9, 156, 246) |
| HSL | hsl(203, 93%, 50%) |
| CMYK | cmyk(96%, 37%, 0%, 4%) |
| LAB | lab(62.1 -1.3 -54.2) |
| LCH | lch(62.1 54.2 268.6) |
| OKLCH | oklch(0.671 0.170 245.7) |
Copy-ready code
/* CSS */
color: #099cf6;
background-color: #099cf6;
/* Tailwind (arbitrary) */
class="text-[#099cf6] bg-[#099cf6]"
/* SCSS */
$brand: #099cf6;
/* SwiftUI */
Color(red: 0.035, green: 0.612, blue: 0.965)
/* Android */
Color.parseColor("#099cf6")Accessibility — WCAG contrast
Aa
#099cf6 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#099cf6 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green61.2%
Blue96.5%
CMYK percentages
Cyan96.3%
Magenta36.6%
Yellow0.0%
Key (black)3.5%
Color previews
#099cf6 text on a black background
contrast 7.10:1
Card sample
#099cf6 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #099cf6;
Background color
Panel with #099cf6 background
background-color: #099cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #099cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 156, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 156, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #099cf6; background: linear-gradient(135deg, #099cf6, #1409F6);