#2455ff
a balanced, electric blue · warm · closest name: royalblue
RGB
36, 85, 255
HSL
227°, 100%, 57%
CMYK
86, 67, 0, 0
Luminance
0.1409
Every format
| HEX | #2455ff |
| RGB | rgb(36, 85, 255) |
| HSL | hsl(227, 100%, 57%) |
| CMYK | cmyk(86%, 67%, 0%, 0%) |
| LAB | lab(44.4 46.9 -87.8) |
| LCH | lch(44.4 99.5 298.1) |
| OKLCH | oklch(0.539 0.256 265.3) |
Copy-ready code
/* CSS */
color: #2455ff;
background-color: #2455ff;
/* Tailwind (arbitrary) */
class="text-[#2455ff] bg-[#2455ff]"
/* SCSS */
$brand: #2455ff;
/* SwiftUI */
Color(red: 0.141, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#2455ff")Accessibility — WCAG contrast
Aa
#2455ff on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2455ff on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green33.3%
Blue100.0%
CMYK percentages
Cyan85.9%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#2455ff text on a black background
contrast 3.82:1
Card sample
#2455ff text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2455ff;
Background color
Panel with #2455ff background
background-color: #2455ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2455ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2455ff; background: linear-gradient(135deg, #2455ff, #8524FF);