#006dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 109, 251
HSL
214°, 100%, 49%
CMYK
100, 57, 0, 2
Luminance
0.1790
Every format
| HEX | #006dfb |
| RGB | rgb(0, 109, 251) |
| HSL | hsl(214, 100%, 49%) |
| CMYK | cmyk(100%, 57%, 0%, 2%) |
| LAB | lab(49.4 29.2 -77.4) |
| LCH | lch(49.4 82.7 290.7) |
| OKLCH | oklch(0.574 0.228 259.5) |
Copy-ready code
/* CSS */
color: #006dfb;
background-color: #006dfb;
/* Tailwind (arbitrary) */
class="text-[#006dfb] bg-[#006dfb]"
/* SCSS */
$brand: #006dfb;
/* SwiftUI */
Color(red: 0.000, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#006dfb")Accessibility — WCAG contrast
Aa
#006dfb on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006dfb on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.7%
Blue98.4%
CMYK percentages
Cyan100.0%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#006dfb text on a black background
contrast 4.58:1
Card sample
#006dfb text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006dfb;
Background color
Panel with #006dfb background
background-color: #006dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006dfb; background: linear-gradient(135deg, #006dfb, #3A00FB);