#077fff
a balanced, electric blue · cool · closest name: royalblue
RGB
7, 127, 255
HSL
211°, 100%, 51%
CMYK
97, 50, 0, 0
Luminance
0.2244
Every format
| HEX | #077fff |
| RGB | rgb(7, 127, 255) |
| HSL | hsl(211, 100%, 51%) |
| CMYK | cmyk(97%, 50%, 0%, 0%) |
| LAB | lab(54.5 19.6 -71.3) |
| LCH | lch(54.5 73.9 285.4) |
| OKLCH | oklch(0.614 0.211 256.6) |
Copy-ready code
/* CSS */
color: #077fff;
background-color: #077fff;
/* Tailwind (arbitrary) */
class="text-[#077fff] bg-[#077fff]"
/* SCSS */
$brand: #077fff;
/* SwiftUI */
Color(red: 0.027, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#077fff")Accessibility — WCAG contrast
Aa
#077fff on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#077fff on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green49.8%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#077fff text on a black background
contrast 5.49:1
Card sample
#077fff text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077fff;
Background color
Panel with #077fff background
background-color: #077fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077fff; background: linear-gradient(135deg, #077fff, #3507FF);