#2136df
a balanced, vivid blue · warm · closest name: navy
RGB
33, 54, 223
HSL
233°, 75%, 50%
CMYK
85, 76, 0, 13
Luminance
0.0829
Every format
| HEX | #2136df |
| RGB | rgb(33, 54, 223) |
| HSL | hsl(233, 75%, 50%) |
| CMYK | cmyk(85%, 76%, 0%, 13%) |
| LAB | lab(34.6 53.8 -85.9) |
| LCH | lch(34.6 101.3 302.0) |
| OKLCH | oklch(0.459 0.249 267.3) |
Copy-ready code
/* CSS */
color: #2136df;
background-color: #2136df;
/* Tailwind (arbitrary) */
class="text-[#2136df] bg-[#2136df]"
/* SCSS */
$brand: #2136df;
/* SwiftUI */
Color(red: 0.129, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#2136df")Accessibility — WCAG contrast
Aa
#2136df on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2136df on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green21.2%
Blue87.5%
CMYK percentages
Cyan85.2%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2136df text on a black background
contrast 2.66:1
Card sample
#2136df text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2136df;
Background color
Panel with #2136df background
background-color: #2136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2136df; background: linear-gradient(135deg, #2136df, #8B21DF);