#272783
a dark, vivid blue · warm · closest name: midnightblue
RGB
39, 39, 131
HSL
240°, 54%, 33%
CMYK
70, 70, 0, 49
Luminance
0.0352
Every format
| HEX | #272783 |
| RGB | rgb(39, 39, 131) |
| HSL | hsl(240, 54%, 33%) |
| CMYK | cmyk(70%, 70%, 0%, 49%) |
| LAB | lab(22.0 31.4 -51.5) |
| LCH | lch(22.0 60.3 301.3) |
| OKLCH | oklch(0.341 0.149 275.0) |
Copy-ready code
/* CSS */
color: #272783;
background-color: #272783;
/* Tailwind (arbitrary) */
class="text-[#272783] bg-[#272783]"
/* SCSS */
$brand: #272783;
/* SwiftUI */
Color(red: 0.153, green: 0.153, blue: 0.514)
/* Android */
Color.parseColor("#272783")Accessibility — WCAG contrast
Aa
#272783 on white: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272783 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green15.3%
Blue51.4%
CMYK percentages
Cyan70.2%
Magenta70.2%
Yellow0.0%
Key (black)48.6%
Color previews
#272783 text on a black background
contrast 1.70:1
Card sample
#272783 text on a white background
contrast 12.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272783;
Background color
Panel with #272783 background
background-color: #272783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 39, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 39, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272783; background: linear-gradient(135deg, #272783, #642783);