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