#068dfd
a balanced, electric blue · cool · “dodgerblue”
RGB
6, 141, 253
HSL
207°, 98%, 51%
CMYK
98, 44, 0, 1
Luminance
0.2618
Every format
| HEX | #068dfd |
| RGB | rgb(6, 141, 253) |
| HSL | hsl(207, 98%, 51%) |
| CMYK | cmyk(98%, 44%, 0%, 1%) |
| LAB | lab(58.2 10.1 -64.2) |
| LCH | lch(58.2 65.0 279.0) |
| OKLCH | oklch(0.642 0.193 252.5) |
Copy-ready code
/* CSS */
color: #068dfd;
background-color: #068dfd;
/* Tailwind (arbitrary) */
class="text-[#068dfd] bg-[#068dfd]"
/* SCSS */
$brand: #068dfd;
/* SwiftUI */
Color(red: 0.024, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#068dfd")Accessibility — WCAG contrast
Aa
#068dfd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#068dfd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green55.3%
Blue99.2%
CMYK percentages
Cyan97.6%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#068dfd text on a black background
contrast 6.24:1
Card sample
#068dfd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #068dfd;
Background color
Panel with #068dfd background
background-color: #068dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #068dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #068dfd; background: linear-gradient(135deg, #068dfd, #2406FD);