#2f3ace
a balanced, vivid blue · warm · closest name: navy
RGB
47, 58, 206
HSL
236°, 63%, 50%
CMYK
77, 72, 0, 19
Luminance
0.0809
Every format
| HEX | #2f3ace |
| RGB | rgb(47, 58, 206) |
| HSL | hsl(236, 63%, 50%) |
| CMYK | cmyk(77%, 72%, 0%, 19%) |
| LAB | lab(34.2 46.7 -76.8) |
| LCH | lch(34.2 89.9 301.3) |
| OKLCH | oklch(0.452 0.222 270.4) |
Copy-ready code
/* CSS */
color: #2f3ace;
background-color: #2f3ace;
/* Tailwind (arbitrary) */
class="text-[#2f3ace] bg-[#2f3ace]"
/* SCSS */
$brand: #2f3ace;
/* SwiftUI */
Color(red: 0.184, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#2f3ace")Accessibility — WCAG contrast
Aa
#2f3ace on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3ace on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green22.7%
Blue80.8%
CMYK percentages
Cyan77.2%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#2f3ace text on a black background
contrast 2.62:1
Card sample
#2f3ace text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3ace;
Background color
Panel with #2f3ace background
background-color: #2f3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3ace; background: linear-gradient(135deg, #2f3ace, #8E2FCE);