#2f265f
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 38, 95
HSL
250°, 43%, 26%
CMYK
51, 60, 0, 63
Luminance
0.0282
Every format
| HEX | #2f265f |
| RGB | rgb(47, 38, 95) |
| HSL | hsl(250, 43%, 26%) |
| CMYK | cmyk(51%, 60%, 0%, 63%) |
| LAB | lab(19.3 20.8 -32.8) |
| LCH | lch(19.3 38.8 302.4) |
| OKLCH | oklch(0.313 0.098 286.6) |
Copy-ready code
/* CSS */
color: #2f265f;
background-color: #2f265f;
/* Tailwind (arbitrary) */
class="text-[#2f265f] bg-[#2f265f]"
/* SCSS */
$brand: #2f265f;
/* SwiftUI */
Color(red: 0.184, green: 0.149, blue: 0.373)
/* Android */
Color.parseColor("#2f265f")Accessibility — WCAG contrast
Aa
#2f265f on white: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f265f on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green14.9%
Blue37.3%
CMYK percentages
Cyan50.5%
Magenta60.0%
Yellow0.0%
Key (black)62.7%
Color previews
#2f265f text on a black background
contrast 1.56:1
Card sample
#2f265f text on a white background
contrast 13.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f265f;
Background color
Panel with #2f265f background
background-color: #2f265f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f265f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 38, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 38, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f265f; background: linear-gradient(135deg, #2f265f, #55265F);