#2f2f6d
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 47, 109
HSL
240°, 40%, 31%
CMYK
57, 57, 0, 57
Luminance
0.0374
Every format
| HEX | #2f2f6d |
| RGB | rgb(47, 47, 109) |
| HSL | hsl(240, 40%, 31%) |
| CMYK | cmyk(57%, 57%, 0%, 57%) |
| LAB | lab(22.8 19.5 -36.2) |
| LCH | lch(22.8 41.1 298.3) |
| OKLCH | oklch(0.342 0.105 279.3) |
Copy-ready code
/* CSS */
color: #2f2f6d;
background-color: #2f2f6d;
/* Tailwind (arbitrary) */
class="text-[#2f2f6d] bg-[#2f2f6d]"
/* SCSS */
$brand: #2f2f6d;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.427)
/* Android */
Color.parseColor("#2f2f6d")Accessibility — WCAG contrast
Aa
#2f2f6d on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f6d on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue42.7%
CMYK percentages
Cyan56.9%
Magenta56.9%
Yellow0.0%
Key (black)57.3%
Color previews
#2f2f6d text on a black background
contrast 1.75:1
Card sample
#2f2f6d text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f6d;
Background color
Panel with #2f2f6d background
background-color: #2f2f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f6d; background: linear-gradient(135deg, #2f2f6d, #582F6D);