#2727b6
a dark, vivid blue · warm · closest name: navy
RGB
39, 39, 182
HSL
240°, 65%, 43%
CMYK
79, 79, 0, 29
Luminance
0.0526
Every format
| HEX | #2727b6 |
| RGB | rgb(39, 39, 182) |
| HSL | hsl(240, 65%, 43%) |
| CMYK | cmyk(79%, 79%, 0%, 29%) |
| LAB | lab(27.5 48.7 -73.8) |
| LCH | lch(27.5 88.4 303.5) |
| OKLCH | oklch(0.396 0.214 271.1) |
Copy-ready code
/* CSS */
color: #2727b6;
background-color: #2727b6;
/* Tailwind (arbitrary) */
class="text-[#2727b6] bg-[#2727b6]"
/* SCSS */
$brand: #2727b6;
/* SwiftUI */
Color(red: 0.153, green: 0.153, blue: 0.714)
/* Android */
Color.parseColor("#2727b6")Accessibility — WCAG contrast
Aa
#2727b6 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2727b6 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green15.3%
Blue71.4%
CMYK percentages
Cyan78.6%
Magenta78.6%
Yellow0.0%
Key (black)28.6%
Color previews
#2727b6 text on a black background
contrast 2.05:1
Card sample
#2727b6 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2727b6;
Background color
Panel with #2727b6 background
background-color: #2727b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2727b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 39, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 39, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2727b6; background: linear-gradient(135deg, #2727b6, #8627B6);