#2239fd
a balanced, electric blue · warm · closest name: blue
RGB
34, 57, 253
HSL
234°, 98%, 56%
CMYK
87, 78, 0, 1
Luminance
0.1036
Every format
| HEX | #2239fd |
| RGB | rgb(34, 57, 253) |
| HSL | hsl(234, 98%, 56%) |
| CMYK | cmyk(87%, 78%, 0%, 1%) |
| LAB | lab(38.5 61.8 -96.4) |
| LCH | lch(38.5 114.5 302.7) |
| OKLCH | oklch(0.496 0.280 266.8) |
Copy-ready code
/* CSS */
color: #2239fd;
background-color: #2239fd;
/* Tailwind (arbitrary) */
class="text-[#2239fd] bg-[#2239fd]"
/* SCSS */
$brand: #2239fd;
/* SwiftUI */
Color(red: 0.133, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#2239fd")Accessibility — WCAG contrast
Aa
#2239fd on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2239fd on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green22.4%
Blue99.2%
CMYK percentages
Cyan86.6%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#2239fd text on a black background
contrast 3.07:1
Card sample
#2239fd text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2239fd;
Background color
Panel with #2239fd background
background-color: #2239fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2239fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2239fd; background: linear-gradient(135deg, #2239fd, #9D22FD);