#2f2cdb
a balanced, vivid blue · warm · closest name: blue
RGB
47, 44, 219
HSL
241°, 71%, 52%
CMYK
79, 80, 0, 14
Luminance
0.0752
Every format
| HEX | #2f2cdb |
| RGB | rgb(47, 44, 219) |
| HSL | hsl(241, 71%, 52%) |
| CMYK | cmyk(79%, 80%, 0%, 14%) |
| LAB | lab(33.0 58.3 -86.3) |
| LCH | lch(33.0 104.1 304.1) |
| OKLCH | oklch(0.447 0.250 270.9) |
Copy-ready code
/* CSS */
color: #2f2cdb;
background-color: #2f2cdb;
/* Tailwind (arbitrary) */
class="text-[#2f2cdb] bg-[#2f2cdb]"
/* SCSS */
$brand: #2f2cdb;
/* SwiftUI */
Color(red: 0.184, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#2f2cdb")Accessibility — WCAG contrast
Aa
#2f2cdb on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2cdb on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green17.3%
Blue85.9%
CMYK percentages
Cyan78.5%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#2f2cdb text on a black background
contrast 2.50:1
Card sample
#2f2cdb text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2cdb;
Background color
Panel with #2f2cdb background
background-color: #2f2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2cdb; background: linear-gradient(135deg, #2f2cdb, #A42CDB);