#2f2fba
a balanced, vivid blue · warm · closest name: navy
RGB
47, 47, 186
HSL
240°, 60%, 46%
CMYK
75, 75, 0, 27
Luminance
0.0618
Every format
| HEX | #2f2fba |
| RGB | rgb(47, 47, 186) |
| HSL | hsl(240, 60%, 46%) |
| CMYK | cmyk(75%, 75%, 0%, 27%) |
| LAB | lab(29.9 46.3 -72.1) |
| LCH | lch(29.9 85.7 302.7) |
| OKLCH | oklch(0.415 0.209 272.6) |
Copy-ready code
/* CSS */
color: #2f2fba;
background-color: #2f2fba;
/* Tailwind (arbitrary) */
class="text-[#2f2fba] bg-[#2f2fba]"
/* SCSS */
$brand: #2f2fba;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#2f2fba")Accessibility — WCAG contrast
Aa
#2f2fba on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2fba on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#2f2fba text on a black background
contrast 2.24:1
Card sample
#2f2fba text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2fba;
Background color
Panel with #2f2fba background
background-color: #2f2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2fba; background: linear-gradient(135deg, #2f2fba, #8C2FBA);