#3136cd
a balanced, vivid blue · warm · closest name: navy
RGB
49, 54, 205
HSL
238°, 61%, 50%
CMYK
76, 74, 0, 20
Luminance
0.0770
Every format
| HEX | #3136cd |
| RGB | rgb(49, 54, 205) |
| HSL | hsl(238, 61%, 50%) |
| CMYK | cmyk(76%, 74%, 0%, 20%) |
| LAB | lab(33.3 48.8 -77.5) |
| LCH | lch(33.3 91.6 302.2) |
| OKLCH | oklch(0.446 0.225 271.4) |
Copy-ready code
/* CSS */
color: #3136cd;
background-color: #3136cd;
/* Tailwind (arbitrary) */
class="text-[#3136cd] bg-[#3136cd]"
/* SCSS */
$brand: #3136cd;
/* SwiftUI */
Color(red: 0.192, green: 0.212, blue: 0.804)
/* Android */
Color.parseColor("#3136cd")Accessibility — WCAG contrast
Aa
#3136cd on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3136cd on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green21.2%
Blue80.4%
CMYK percentages
Cyan76.1%
Magenta73.7%
Yellow0.0%
Key (black)19.6%
Color previews
#3136cd text on a black background
contrast 2.54:1
Card sample
#3136cd text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3136cd;
Background color
Panel with #3136cd background
background-color: #3136cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3136cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 54, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 54, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3136cd; background: linear-gradient(135deg, #3136cd, #9431CD);