#006fdf
a dark, electric blue · cool · closest name: royalblue
RGB
0, 111, 223
HSL
210°, 100%, 44%
CMYK
100, 50, 0, 13
Luminance
0.1670
Every format
| HEX | #006fdf |
| RGB | rgb(0, 111, 223) |
| HSL | hsl(210, 100%, 44%) |
| CMYK | cmyk(100%, 50%, 0%, 13%) |
| LAB | lab(47.9 17.0 -64.1) |
| LCH | lch(47.9 66.4 284.9) |
| OKLCH | oklch(0.556 0.191 256.1) |
Copy-ready code
/* CSS */
color: #006fdf;
background-color: #006fdf;
/* Tailwind (arbitrary) */
class="text-[#006fdf] bg-[#006fdf]"
/* SCSS */
$brand: #006fdf;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#006fdf")Accessibility — WCAG contrast
Aa
#006fdf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006fdf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#006fdf text on a black background
contrast 4.34:1
Card sample
#006fdf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006fdf;
Background color
Panel with #006fdf background
background-color: #006fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006fdf; background: linear-gradient(135deg, #006fdf, #2600DF);