#2136ff
a balanced, electric blue · warm · closest name: blue
RGB
33, 54, 255
HSL
234°, 100%, 57%
CMYK
87, 79, 0, 0
Luminance
0.1018
Every format
| HEX | #2136ff |
| RGB | rgb(33, 54, 255) |
| HSL | hsl(234, 100%, 57%) |
| CMYK | cmyk(87%, 79%, 0%, 0%) |
| LAB | lab(38.2 63.9 -98.1) |
| LCH | lch(38.2 117.0 303.1) |
| OKLCH | oklch(0.494 0.285 266.8) |
Copy-ready code
/* CSS */
color: #2136ff;
background-color: #2136ff;
/* Tailwind (arbitrary) */
class="text-[#2136ff] bg-[#2136ff]"
/* SCSS */
$brand: #2136ff;
/* SwiftUI */
Color(red: 0.129, green: 0.212, blue: 1.000)
/* Android */
Color.parseColor("#2136ff")Accessibility — WCAG contrast
Aa
#2136ff on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2136ff on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green21.2%
Blue100.0%
CMYK percentages
Cyan87.1%
Magenta78.8%
Yellow0.0%
Key (black)0.0%
Color previews
#2136ff text on a black background
contrast 3.04:1
Card sample
#2136ff text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2136ff;
Background color
Panel with #2136ff background
background-color: #2136ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2136ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 54, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 54, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2136ff; background: linear-gradient(135deg, #2136ff, #A021FF);