#069bfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
6, 155, 253
HSL
204°, 98%, 51%
CMYK
98, 39, 0, 1
Luminance
0.3057
Every format
| HEX | #069bfd |
| RGB | rgb(6, 155, 253) |
| HSL | hsl(204, 98%, 51%) |
| CMYK | cmyk(98%, 39%, 0%, 1%) |
| LAB | lab(62.1 1.8 -57.9) |
| LCH | lch(62.1 57.9 271.8) |
| OKLCH | oklch(0.673 0.179 247.8) |
Copy-ready code
/* CSS */
color: #069bfd;
background-color: #069bfd;
/* Tailwind (arbitrary) */
class="text-[#069bfd] bg-[#069bfd]"
/* SCSS */
$brand: #069bfd;
/* SwiftUI */
Color(red: 0.024, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#069bfd")Accessibility — WCAG contrast
Aa
#069bfd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#069bfd on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green60.8%
Blue99.2%
CMYK percentages
Cyan97.6%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#069bfd text on a black background
contrast 7.11:1
Card sample
#069bfd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #069bfd;
Background color
Panel with #069bfd background
background-color: #069bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #069bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #069bfd; background: linear-gradient(135deg, #069bfd, #1606FD);