#006df8
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 109, 248
HSL
214°, 100%, 49%
CMYK
100, 56, 0, 3
Luminance
0.1771
Every format
| HEX | #006df8 |
| RGB | rgb(0, 109, 248) |
| HSL | hsl(214, 100%, 49%) |
| CMYK | cmyk(100%, 56%, 0%, 3%) |
| LAB | lab(49.1 28.1 -76.1) |
| LCH | lch(49.1 81.1 290.3) |
| OKLCH | oklch(0.571 0.224 259.3) |
Copy-ready code
/* CSS */
color: #006df8;
background-color: #006df8;
/* Tailwind (arbitrary) */
class="text-[#006df8] bg-[#006df8]"
/* SCSS */
$brand: #006df8;
/* SwiftUI */
Color(red: 0.000, green: 0.427, blue: 0.973)
/* Android */
Color.parseColor("#006df8")Accessibility — WCAG contrast
Aa
#006df8 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006df8 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.7%
Blue97.3%
CMYK percentages
Cyan100.0%
Magenta56.0%
Yellow0.0%
Key (black)2.7%
Color previews
#006df8 text on a black background
contrast 4.54:1
Card sample
#006df8 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006df8;
Background color
Panel with #006df8 background
background-color: #006df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 109, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 109, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006df8; background: linear-gradient(135deg, #006df8, #3800F8);