#2f246b
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 36, 107
HSL
249°, 50%, 28%
CMYK
56, 66, 0, 58
Luminance
0.0293
Every format
| HEX | #2f246b |
| RGB | rgb(47, 36, 107) |
| HSL | hsl(249, 50%, 28%) |
| CMYK | cmyk(56%, 66%, 0%, 58%) |
| LAB | lab(19.8 26.2 -39.9) |
| LCH | lch(19.8 47.7 303.3) |
| OKLCH | oklch(0.319 0.118 284.6) |
Copy-ready code
/* CSS */
color: #2f246b;
background-color: #2f246b;
/* Tailwind (arbitrary) */
class="text-[#2f246b] bg-[#2f246b]"
/* SCSS */
$brand: #2f246b;
/* SwiftUI */
Color(red: 0.184, green: 0.141, blue: 0.420)
/* Android */
Color.parseColor("#2f246b")Accessibility — WCAG contrast
Aa
#2f246b on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f246b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green14.1%
Blue42.0%
CMYK percentages
Cyan56.1%
Magenta66.4%
Yellow0.0%
Key (black)58.0%
Color previews
#2f246b text on a black background
contrast 1.59:1
Card sample
#2f246b text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f246b;
Background color
Panel with #2f246b background
background-color: #2f246b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f246b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 36, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 36, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f246b; background: linear-gradient(135deg, #2f246b, #5E246B);