#244bff
a balanced, electric blue · warm · closest name: blue
RGB
36, 75, 255
HSL
229°, 100%, 57%
CMYK
86, 71, 0, 0
Luminance
0.1263
Every format
| HEX | #244bff |
| RGB | rgb(36, 75, 255) |
| HSL | hsl(229, 100%, 57%) |
| CMYK | cmyk(86%, 71%, 0%, 0%) |
| LAB | lab(42.2 52.8 -91.4) |
| LCH | lch(42.2 105.5 300.0) |
| OKLCH | oklch(0.523 0.266 266.1) |
Copy-ready code
/* CSS */
color: #244bff;
background-color: #244bff;
/* Tailwind (arbitrary) */
class="text-[#244bff] bg-[#244bff]"
/* SCSS */
$brand: #244bff;
/* SwiftUI */
Color(red: 0.141, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#244bff")Accessibility — WCAG contrast
Aa
#244bff on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#244bff on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green29.4%
Blue100.0%
CMYK percentages
Cyan85.9%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#244bff text on a black background
contrast 3.53:1
Card sample
#244bff text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244bff;
Background color
Panel with #244bff background
background-color: #244bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244bff; background: linear-gradient(135deg, #244bff, #8F24FF);