#2f6fef
a balanced, electric blue · cool · closest name: royalblue
RGB
47, 111, 239
HSL
220°, 86%, 56%
CMYK
80, 54, 0, 6
Luminance
0.1821
Every format
| HEX | #2f6fef |
| RGB | rgb(47, 111, 239) |
| HSL | hsl(220, 86%, 56%) |
| CMYK | cmyk(80%, 54%, 0%, 6%) |
| LAB | lab(49.7 25.6 -70.1) |
| LCH | lch(49.7 74.6 290.1) |
| OKLCH | oklch(0.576 0.204 262.1) |
Copy-ready code
/* CSS */
color: #2f6fef;
background-color: #2f6fef;
/* Tailwind (arbitrary) */
class="text-[#2f6fef] bg-[#2f6fef]"
/* SCSS */
$brand: #2f6fef;
/* SwiftUI */
Color(red: 0.184, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#2f6fef")Accessibility — WCAG contrast
Aa
#2f6fef on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6fef on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green43.5%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#2f6fef text on a black background
contrast 4.64:1
Card sample
#2f6fef text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6fef;
Background color
Panel with #2f6fef background
background-color: #2f6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6fef; background: linear-gradient(135deg, #2f6fef, #6F2FEF);