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