#006eee
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 110, 238
HSL
212°, 100%, 47%
CMYK
100, 54, 0, 7
Luminance
0.1732
Every format
| HEX | #006eee |
| RGB | rgb(0, 110, 238) |
| HSL | hsl(212, 100%, 47%) |
| CMYK | cmyk(100%, 54%, 0%, 7%) |
| LAB | lab(48.7 23.6 -71.3) |
| LCH | lch(48.7 75.1 288.3) |
| OKLCH | oklch(0.565 0.211 258.2) |
Copy-ready code
/* CSS */
color: #006eee;
background-color: #006eee;
/* Tailwind (arbitrary) */
class="text-[#006eee] bg-[#006eee]"
/* SCSS */
$brand: #006eee;
/* SwiftUI */
Color(red: 0.000, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#006eee")Accessibility — WCAG contrast
Aa
#006eee on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006eee on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.1%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#006eee text on a black background
contrast 4.46:1
Card sample
#006eee text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006eee;
Background color
Panel with #006eee background
background-color: #006eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006eee; background: linear-gradient(135deg, #006eee, #3100EE);