#272750
a deep, soft blue · warm · closest name: midnightblue
RGB
39, 39, 80
HSL
240°, 35%, 23%
CMYK
51, 51, 0, 69
Luminance
0.0246
Every format
| HEX | #272750 |
| RGB | rgb(39, 39, 80) |
| HSL | hsl(240, 35%, 23%) |
| CMYK | cmyk(51%, 51%, 0%, 69%) |
| LAB | lab(17.7 12.7 -25.3) |
| LCH | lch(17.7 28.3 296.8) |
| OKLCH | oklch(0.296 0.073 281.0) |
Copy-ready code
/* CSS */
color: #272750;
background-color: #272750;
/* Tailwind (arbitrary) */
class="text-[#272750] bg-[#272750]"
/* SCSS */
$brand: #272750;
/* SwiftUI */
Color(red: 0.153, green: 0.153, blue: 0.314)
/* Android */
Color.parseColor("#272750")Accessibility — WCAG contrast
Aa
#272750 on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272750 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green15.3%
Blue31.4%
CMYK percentages
Cyan51.2%
Magenta51.2%
Yellow0.0%
Key (black)68.6%
Color previews
#272750 text on a black background
contrast 1.49:1
Card sample
#272750 text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272750;
Background color
Panel with #272750 background
background-color: #272750;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272750;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 39, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 39, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272750; background: linear-gradient(135deg, #272750, #422750);