#2736eb
a balanced, electric blue · warm · closest name: blue
RGB
39, 54, 235
HSL
235°, 83%, 54%
CMYK
83, 77, 0, 8
Luminance
0.0907
Every format
| HEX | #2736eb |
| RGB | rgb(39, 54, 235) |
| HSL | hsl(235, 83%, 54%) |
| CMYK | cmyk(83%, 77%, 0%, 8%) |
| LAB | lab(36.1 57.9 -90.2) |
| LCH | lch(36.1 107.2 302.7) |
| OKLCH | oklch(0.474 0.262 268.1) |
Copy-ready code
/* CSS */
color: #2736eb;
background-color: #2736eb;
/* Tailwind (arbitrary) */
class="text-[#2736eb] bg-[#2736eb]"
/* SCSS */
$brand: #2736eb;
/* SwiftUI */
Color(red: 0.153, green: 0.212, blue: 0.922)
/* Android */
Color.parseColor("#2736eb")Accessibility — WCAG contrast
Aa
#2736eb on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2736eb on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green21.2%
Blue92.2%
CMYK percentages
Cyan83.4%
Magenta77.0%
Yellow0.0%
Key (black)7.8%
Color previews
#2736eb text on a black background
contrast 2.81:1
Card sample
#2736eb text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2736eb;
Background color
Panel with #2736eb background
background-color: #2736eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2736eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 54, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 54, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2736eb; background: linear-gradient(135deg, #2736eb, #9B27EB);