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