#2249cf
a balanced, vivid blue · warm · closest name: royalblue
RGB
34, 73, 207
HSL
227°, 72%, 47%
CMYK
84, 65, 0, 19
Luminance
0.0961
Every format
| HEX | #2249cf |
| RGB | rgb(34, 73, 207) |
| HSL | hsl(227, 72%, 47%) |
| CMYK | cmyk(84%, 65%, 0%, 19%) |
| LAB | lab(37.1 36.9 -72.5) |
| LCH | lch(37.1 81.3 297.0) |
| OKLCH | oklch(0.472 0.211 265.7) |
Copy-ready code
/* CSS */
color: #2249cf;
background-color: #2249cf;
/* Tailwind (arbitrary) */
class="text-[#2249cf] bg-[#2249cf]"
/* SCSS */
$brand: #2249cf;
/* SwiftUI */
Color(red: 0.133, green: 0.286, blue: 0.812)
/* Android */
Color.parseColor("#2249cf")Accessibility — WCAG contrast
Aa
#2249cf on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2249cf on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green28.6%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta64.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2249cf text on a black background
contrast 2.92:1
Card sample
#2249cf text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2249cf;
Background color
Panel with #2249cf background
background-color: #2249cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2249cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 73, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 73, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2249cf; background: linear-gradient(135deg, #2249cf, #6F22CF);