#006bdf
a dark, electric blue · cool · closest name: royalblue
RGB
0, 107, 223
HSL
211°, 100%, 44%
CMYK
100, 52, 0, 13
Luminance
0.1584
Every format
| HEX | #006bdf |
| RGB | rgb(0, 107, 223) |
| HSL | hsl(211, 100%, 44%) |
| CMYK | cmyk(100%, 52%, 0%, 13%) |
| LAB | lab(46.8 19.6 -65.9) |
| LCH | lch(46.8 68.8 286.6) |
| OKLCH | oklch(0.547 0.195 257.1) |
Copy-ready code
/* CSS */
color: #006bdf;
background-color: #006bdf;
/* Tailwind (arbitrary) */
class="text-[#006bdf] bg-[#006bdf]"
/* SCSS */
$brand: #006bdf;
/* SwiftUI */
Color(red: 0.000, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#006bdf")Accessibility — WCAG contrast
Aa
#006bdf on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006bdf on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.0%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#006bdf text on a black background
contrast 4.17:1
Card sample
#006bdf text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006bdf;
Background color
Panel with #006bdf background
background-color: #006bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006bdf; background: linear-gradient(135deg, #006bdf, #2A00DF);