#2f7eef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
47, 126, 239
HSL
215°, 86%, 56%
CMYK
80, 47, 0, 6
Luminance
0.2176
Every format
| HEX | #2f7eef |
| RGB | rgb(47, 126, 239) |
| HSL | hsl(215, 86%, 56%) |
| CMYK | cmyk(80%, 47%, 0%, 6%) |
| LAB | lab(53.8 16.2 -63.6) |
| LCH | lch(53.8 65.6 284.3) |
| OKLCH | oklch(0.606 0.187 258.2) |
Copy-ready code
/* CSS */
color: #2f7eef;
background-color: #2f7eef;
/* Tailwind (arbitrary) */
class="text-[#2f7eef] bg-[#2f7eef]"
/* SCSS */
$brand: #2f7eef;
/* SwiftUI */
Color(red: 0.184, green: 0.494, blue: 0.937)
/* Android */
Color.parseColor("#2f7eef")Accessibility — WCAG contrast
Aa
#2f7eef on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f7eef on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green49.4%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta47.3%
Yellow0.0%
Key (black)6.3%
Color previews
#2f7eef text on a black background
contrast 5.35:1
Card sample
#2f7eef text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7eef;
Background color
Panel with #2f7eef background
background-color: #2f7eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 126, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 126, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7eef; background: linear-gradient(135deg, #2f7eef, #602FEF);