#2f3aca
a balanced, vivid blue · warm · closest name: slateblue
RGB
47, 58, 202
HSL
236°, 62%, 49%
CMYK
77, 71, 0, 21
Luminance
0.0789
Every format
| HEX | #2f3aca |
| RGB | rgb(47, 58, 202) |
| HSL | hsl(236, 62%, 49%) |
| CMYK | cmyk(77%, 71%, 0%, 21%) |
| LAB | lab(33.8 45.4 -75.1) |
| LCH | lch(33.8 87.8 301.1) |
| OKLCH | oklch(0.448 0.217 270.5) |
Copy-ready code
/* CSS */
color: #2f3aca;
background-color: #2f3aca;
/* Tailwind (arbitrary) */
class="text-[#2f3aca] bg-[#2f3aca]"
/* SCSS */
$brand: #2f3aca;
/* SwiftUI */
Color(red: 0.184, green: 0.227, blue: 0.792)
/* Android */
Color.parseColor("#2f3aca")Accessibility — WCAG contrast
Aa
#2f3aca on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3aca on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green22.7%
Blue79.2%
CMYK percentages
Cyan76.7%
Magenta71.3%
Yellow0.0%
Key (black)20.8%
Color previews
#2f3aca text on a black background
contrast 2.58:1
Card sample
#2f3aca text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3aca;
Background color
Panel with #2f3aca background
background-color: #2f3aca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3aca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 58, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 58, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3aca; background: linear-gradient(135deg, #2f3aca, #8B2FCA);