#2255ee
a balanced, electric blue · warm · closest name: royalblue
RGB
34, 85, 238
HSL
225°, 86%, 53%
CMYK
86, 64, 0, 7
Luminance
0.1301
Every format
| HEX | #2255ee |
| RGB | rgb(34, 85, 238) |
| HSL | hsl(225, 86%, 53%) |
| CMYK | cmyk(86%, 64%, 0%, 7%) |
| LAB | lab(42.8 40.7 -80.9) |
| LCH | lch(42.8 90.6 296.7) |
| OKLCH | oklch(0.522 0.235 264.7) |
Copy-ready code
/* CSS */
color: #2255ee;
background-color: #2255ee;
/* Tailwind (arbitrary) */
class="text-[#2255ee] bg-[#2255ee]"
/* SCSS */
$brand: #2255ee;
/* SwiftUI */
Color(red: 0.133, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#2255ee")Accessibility — WCAG contrast
Aa
#2255ee on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2255ee on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.3%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#2255ee text on a black background
contrast 3.60:1
Card sample
#2255ee text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2255ee;
Background color
Panel with #2255ee background
background-color: #2255ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2255ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2255ee; background: linear-gradient(135deg, #2255ee, #7722EE);