#2f7aff
a balanced, electric blue · cool · closest name: royalblue
RGB
47, 122, 255
HSL
218°, 100%, 59%
CMYK
82, 52, 0, 0
Luminance
0.2174
Every format
| HEX | #2f7aff |
| RGB | rgb(47, 122, 255) |
| HSL | hsl(218, 100%, 59%) |
| CMYK | cmyk(82%, 52%, 0%, 0%) |
| LAB | lab(53.8 24.7 -72.5) |
| LCH | lch(53.8 76.5 288.8) |
| OKLCH | oklch(0.610 0.212 260.9) |
Copy-ready code
/* CSS */
color: #2f7aff;
background-color: #2f7aff;
/* Tailwind (arbitrary) */
class="text-[#2f7aff] bg-[#2f7aff]"
/* SCSS */
$brand: #2f7aff;
/* SwiftUI */
Color(red: 0.184, green: 0.478, blue: 1.000)
/* Android */
Color.parseColor("#2f7aff")Accessibility — WCAG contrast
Aa
#2f7aff on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f7aff on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green47.8%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta52.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2f7aff text on a black background
contrast 5.35:1
Card sample
#2f7aff text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7aff;
Background color
Panel with #2f7aff background
background-color: #2f7aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 122, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 122, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7aff; background: linear-gradient(135deg, #2f7aff, #6F2FFF);