#2f7cfc
a balanced, electric blue · cool · closest name: royalblue
RGB
47, 124, 252
HSL
218°, 97%, 59%
CMYK
81, 51, 0, 1
Luminance
0.2205
Every format
| HEX | #2f7cfc |
| RGB | rgb(47, 124, 252) |
| HSL | hsl(218, 97%, 59%) |
| CMYK | cmyk(81%, 51%, 0%, 1%) |
| LAB | lab(54.1 22.3 -70.3) |
| LCH | lch(54.1 73.7 287.6) |
| OKLCH | oklch(0.611 0.205 260.2) |
Copy-ready code
/* CSS */
color: #2f7cfc;
background-color: #2f7cfc;
/* Tailwind (arbitrary) */
class="text-[#2f7cfc] bg-[#2f7cfc]"
/* SCSS */
$brand: #2f7cfc;
/* SwiftUI */
Color(red: 0.184, green: 0.486, blue: 0.988)
/* Android */
Color.parseColor("#2f7cfc")Accessibility — WCAG contrast
Aa
#2f7cfc on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f7cfc on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green48.6%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta50.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2f7cfc text on a black background
contrast 5.41:1
Card sample
#2f7cfc text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7cfc;
Background color
Panel with #2f7cfc background
background-color: #2f7cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 124, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 124, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7cfc; background: linear-gradient(135deg, #2f7cfc, #6B2FFC);