#2f7aef
a balanced, electric blue · cool · closest name: royalblue
RGB
47, 122, 239
HSL
217°, 86%, 56%
CMYK
80, 49, 0, 6
Luminance
0.2076
Every format
| HEX | #2f7aef |
| RGB | rgb(47, 122, 239) |
| HSL | hsl(217, 86%, 56%) |
| CMYK | cmyk(80%, 49%, 0%, 6%) |
| LAB | lab(52.7 18.7 -65.3) |
| LCH | lch(52.7 67.9 286.0) |
| OKLCH | oklch(0.598 0.191 259.4) |
Copy-ready code
/* CSS */
color: #2f7aef;
background-color: #2f7aef;
/* Tailwind (arbitrary) */
class="text-[#2f7aef] bg-[#2f7aef]"
/* SCSS */
$brand: #2f7aef;
/* SwiftUI */
Color(red: 0.184, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#2f7aef")Accessibility — WCAG contrast
Aa
#2f7aef on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f7aef on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green47.8%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#2f7aef text on a black background
contrast 5.15:1
Card sample
#2f7aef text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7aef;
Background color
Panel with #2f7aef background
background-color: #2f7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7aef; background: linear-gradient(135deg, #2f7aef, #642FEF);