#2f20df
a balanced, vivid blue · warm · closest name: blue
RGB
47, 32, 223
HSL
245°, 75%, 50%
CMYK
79, 86, 0, 13
Luminance
0.0697
Every format
| HEX | #2f20df |
| RGB | rgb(47, 32, 223) |
| HSL | hsl(245, 75%, 50%) |
| CMYK | cmyk(79%, 86%, 0%, 13%) |
| LAB | lab(31.7 64.5 -90.6) |
| LCH | lch(31.7 111.2 305.5) |
| OKLCH | oklch(0.440 0.262 271.2) |
Copy-ready code
/* CSS */
color: #2f20df;
background-color: #2f20df;
/* Tailwind (arbitrary) */
class="text-[#2f20df] bg-[#2f20df]"
/* SCSS */
$brand: #2f20df;
/* SwiftUI */
Color(red: 0.184, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#2f20df")Accessibility — WCAG contrast
Aa
#2f20df on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f20df on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green12.5%
Blue87.5%
CMYK percentages
Cyan78.9%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2f20df text on a black background
contrast 2.39:1
Card sample
#2f20df text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f20df;
Background color
Panel with #2f20df background
background-color: #2f20df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f20df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f20df; background: linear-gradient(135deg, #2f20df, #AE20DF);