#1b69ff
a balanced, electric blue · cool · closest name: royalblue
RGB
27, 105, 255
HSL
220°, 100%, 55%
CMYK
89, 59, 0, 0
Luminance
0.1756
Every format
| HEX | #1b69ff |
| RGB | rgb(27, 105, 255) |
| HSL | hsl(220, 100%, 55%) |
| CMYK | cmyk(89%, 59%, 0%, 0%) |
| LAB | lab(49.0 34.1 -80.3) |
| LCH | lch(49.0 87.2 293.0) |
| OKLCH | oklch(0.572 0.235 261.9) |
Copy-ready code
/* CSS */
color: #1b69ff;
background-color: #1b69ff;
/* Tailwind (arbitrary) */
class="text-[#1b69ff] bg-[#1b69ff]"
/* SCSS */
$brand: #1b69ff;
/* SwiftUI */
Color(red: 0.106, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#1b69ff")Accessibility — WCAG contrast
Aa
#1b69ff on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1b69ff on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green41.2%
Blue100.0%
CMYK percentages
Cyan89.4%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#1b69ff text on a black background
contrast 4.51:1
Card sample
#1b69ff text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b69ff;
Background color
Panel with #1b69ff background
background-color: #1b69ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b69ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b69ff; background: linear-gradient(135deg, #1b69ff, #651BFF);