#2f7dce
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
47, 125, 206
HSL
211°, 63%, 50%
CMYK
77, 39, 0, 19
Luminance
0.1973
Every format
| HEX | #2f7dce |
| RGB | rgb(47, 125, 206) |
| HSL | hsl(211, 63%, 50%) |
| CMYK | cmyk(77%, 39%, 0%, 19%) |
| LAB | lab(51.5 4.5 -48.6) |
| LCH | lch(51.5 48.8 275.3) |
| OKLCH | oklch(0.583 0.145 252.5) |
Copy-ready code
/* CSS */
color: #2f7dce;
background-color: #2f7dce;
/* Tailwind (arbitrary) */
class="text-[#2f7dce] bg-[#2f7dce]"
/* SCSS */
$brand: #2f7dce;
/* SwiftUI */
Color(red: 0.184, green: 0.490, blue: 0.808)
/* Android */
Color.parseColor("#2f7dce")Accessibility — WCAG contrast
Aa
#2f7dce on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f7dce on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green49.0%
Blue80.8%
CMYK percentages
Cyan77.2%
Magenta39.3%
Yellow0.0%
Key (black)19.2%
Color previews
#2f7dce text on a black background
contrast 4.95:1
Card sample
#2f7dce text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7dce;
Background color
Panel with #2f7dce background
background-color: #2f7dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 125, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 125, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7dce; background: linear-gradient(135deg, #2f7dce, #4B2FCE);