#2f2adb
a balanced, vivid blue · warm · closest name: blue
RGB
47, 42, 219
HSL
242°, 71%, 51%
CMYK
79, 81, 0, 14
Luminance
0.0737
Every format
| HEX | #2f2adb |
| RGB | rgb(47, 42, 219) |
| HSL | hsl(242, 71%, 51%) |
| CMYK | cmyk(79%, 81%, 0%, 14%) |
| LAB | lab(32.6 59.2 -86.8) |
| LCH | lch(32.6 105.1 304.3) |
| OKLCH | oklch(0.445 0.251 271.0) |
Copy-ready code
/* CSS */
color: #2f2adb;
background-color: #2f2adb;
/* Tailwind (arbitrary) */
class="text-[#2f2adb] bg-[#2f2adb]"
/* SCSS */
$brand: #2f2adb;
/* SwiftUI */
Color(red: 0.184, green: 0.165, blue: 0.859)
/* Android */
Color.parseColor("#2f2adb")Accessibility — WCAG contrast
Aa
#2f2adb on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2adb on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green16.5%
Blue85.9%
CMYK percentages
Cyan78.5%
Magenta80.8%
Yellow0.0%
Key (black)14.1%
Color previews
#2f2adb text on a black background
contrast 2.47:1
Card sample
#2f2adb text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2adb;
Background color
Panel with #2f2adb background
background-color: #2f2adb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2adb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 42, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 42, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2adb; background: linear-gradient(135deg, #2f2adb, #A52ADB);