#2f6dbf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
47, 109, 191
HSL
214°, 61%, 47%
CMYK
75, 43, 0, 25
Luminance
0.1530
Every format
| HEX | #2f6dbf |
| RGB | rgb(47, 109, 191) |
| HSL | hsl(214, 61%, 47%) |
| CMYK | cmyk(75%, 43%, 0%, 25%) |
| LAB | lab(46.0 8.9 -48.7) |
| LCH | lch(46.0 49.5 280.3) |
| OKLCH | oklch(0.537 0.143 256.6) |
Copy-ready code
/* CSS */
color: #2f6dbf;
background-color: #2f6dbf;
/* Tailwind (arbitrary) */
class="text-[#2f6dbf] bg-[#2f6dbf]"
/* SCSS */
$brand: #2f6dbf;
/* SwiftUI */
Color(red: 0.184, green: 0.427, blue: 0.749)
/* Android */
Color.parseColor("#2f6dbf")Accessibility — WCAG contrast
Aa
#2f6dbf on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6dbf on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green42.7%
Blue74.9%
CMYK percentages
Cyan75.4%
Magenta42.9%
Yellow0.0%
Key (black)25.1%
Color previews
#2f6dbf text on a black background
contrast 4.06:1
Card sample
#2f6dbf text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6dbf;
Background color
Panel with #2f6dbf background
background-color: #2f6dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 109, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 109, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6dbf; background: linear-gradient(135deg, #2f6dbf, #512FBF);