#0077ee
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 119, 238
HSL
210°, 100%, 47%
CMYK
100, 50, 0, 7
Luminance
0.1937
Every format
| HEX | #0077ee |
| RGB | rgb(0, 119, 238) |
| HSL | hsl(210, 100%, 47%) |
| CMYK | cmyk(100%, 50%, 0%, 7%) |
| LAB | lab(51.1 17.8 -67.3) |
| LCH | lch(51.1 69.6 284.8) |
| OKLCH | oklch(0.584 0.200 256.1) |
Copy-ready code
/* CSS */
color: #0077ee;
background-color: #0077ee;
/* Tailwind (arbitrary) */
class="text-[#0077ee] bg-[#0077ee]"
/* SCSS */
$brand: #0077ee;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#0077ee")Accessibility — WCAG contrast
Aa
#0077ee on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0077ee on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#0077ee text on a black background
contrast 4.87:1
Card sample
#0077ee text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0077ee;
Background color
Panel with #0077ee background
background-color: #0077ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0077ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0077ee; background: linear-gradient(135deg, #0077ee, #2800EE);