#2152cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
33, 82, 207
HSL
223°, 73%, 47%
CMYK
84, 60, 0, 19
Luminance
0.1086
Every format
| HEX | #2152cf |
| RGB | rgb(33, 82, 207) |
| HSL | hsl(223, 73%, 47%) |
| CMYK | cmyk(84%, 60%, 0%, 19%) |
| LAB | lab(39.4 31.1 -68.8) |
| LCH | lch(39.4 75.5 294.3) |
| OKLCH | oklch(0.489 0.200 264.0) |
Copy-ready code
/* CSS */
color: #2152cf;
background-color: #2152cf;
/* Tailwind (arbitrary) */
class="text-[#2152cf] bg-[#2152cf]"
/* SCSS */
$brand: #2152cf;
/* SwiftUI */
Color(red: 0.129, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#2152cf")Accessibility — WCAG contrast
Aa
#2152cf on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2152cf on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green32.2%
Blue81.2%
CMYK percentages
Cyan84.1%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#2152cf text on a black background
contrast 3.17:1
Card sample
#2152cf text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2152cf;
Background color
Panel with #2152cf background
background-color: #2152cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2152cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2152cf; background: linear-gradient(135deg, #2152cf, #6421CF);