#2f68ba
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
47, 104, 186
HSL
215°, 60%, 46%
CMYK
75, 44, 0, 27
Luminance
0.1405
Every format
| HEX | #2f68ba |
| RGB | rgb(47, 104, 186) |
| HSL | hsl(215, 60%, 46%) |
| CMYK | cmyk(75%, 44%, 0%, 27%) |
| LAB | lab(44.3 10.2 -48.6) |
| LCH | lch(44.3 49.7 281.8) |
| OKLCH | oklch(0.523 0.142 257.9) |
Copy-ready code
/* CSS */
color: #2f68ba;
background-color: #2f68ba;
/* Tailwind (arbitrary) */
class="text-[#2f68ba] bg-[#2f68ba]"
/* SCSS */
$brand: #2f68ba;
/* SwiftUI */
Color(red: 0.184, green: 0.408, blue: 0.729)
/* Android */
Color.parseColor("#2f68ba")Accessibility — WCAG contrast
Aa
#2f68ba on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f68ba on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green40.8%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta44.1%
Yellow0.0%
Key (black)27.1%
Color previews
#2f68ba text on a black background
contrast 3.81:1
Card sample
#2f68ba text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f68ba;
Background color
Panel with #2f68ba background
background-color: #2f68ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f68ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 104, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 104, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f68ba; background: linear-gradient(135deg, #2f68ba, #532FBA);