#225bff
a balanced, electric blue · cool · closest name: royalblue
RGB
34, 91, 255
HSL
225°, 100%, 57%
CMYK
87, 64, 0, 0
Luminance
0.1504
Every format
| HEX | #225bff |
| RGB | rgb(34, 91, 255) |
| HSL | hsl(225, 100%, 57%) |
| CMYK | cmyk(87%, 64%, 0%, 0%) |
| LAB | lab(45.7 43.1 -85.6) |
| LCH | lch(45.7 95.9 296.7) |
| OKLCH | oklch(0.548 0.249 264.4) |
Copy-ready code
/* CSS */
color: #225bff;
background-color: #225bff;
/* Tailwind (arbitrary) */
class="text-[#225bff] bg-[#225bff]"
/* SCSS */
$brand: #225bff;
/* SwiftUI */
Color(red: 0.133, green: 0.357, blue: 1.000)
/* Android */
Color.parseColor("#225bff")Accessibility — WCAG contrast
Aa
#225bff on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#225bff on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green35.7%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta64.3%
Yellow0.0%
Key (black)0.0%
Color previews
#225bff text on a black background
contrast 4.01:1
Card sample
#225bff text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225bff;
Background color
Panel with #225bff background
background-color: #225bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 91, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 91, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225bff; background: linear-gradient(135deg, #225bff, #7C22FF);