#006df6
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 109, 246
HSL
213°, 100%, 48%
CMYK
100, 56, 0, 4
Luminance
0.1759
Every format
| HEX | #006df6 |
| RGB | rgb(0, 109, 246) |
| HSL | hsl(213, 100%, 48%) |
| CMYK | cmyk(100%, 56%, 0%, 4%) |
| LAB | lab(49.0 27.3 -75.2) |
| LCH | lch(49.0 80.0 290.0) |
| OKLCH | oklch(0.570 0.222 259.1) |
Copy-ready code
/* CSS */
color: #006df6;
background-color: #006df6;
/* Tailwind (arbitrary) */
class="text-[#006df6] bg-[#006df6]"
/* SCSS */
$brand: #006df6;
/* SwiftUI */
Color(red: 0.000, green: 0.427, blue: 0.965)
/* Android */
Color.parseColor("#006df6")Accessibility — WCAG contrast
Aa
#006df6 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006df6 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.7%
Blue96.5%
CMYK percentages
Cyan100.0%
Magenta55.7%
Yellow0.0%
Key (black)3.5%
Color previews
#006df6 text on a black background
contrast 4.52:1
Card sample
#006df6 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006df6;
Background color
Panel with #006df6 background
background-color: #006df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 109, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 109, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006df6; background: linear-gradient(135deg, #006df6, #3700F6);