#2a2cef
a balanced, electric blue · warm · closest name: blue
RGB
42, 44, 239
HSL
239°, 86%, 55%
CMYK
82, 82, 0, 6
Luminance
0.0853
Every format
| HEX | #2a2cef |
| RGB | rgb(42, 44, 239) |
| HSL | hsl(239, 86%, 55%) |
| CMYK | cmyk(82%, 82%, 0%, 6%) |
| LAB | lab(35.0 64.0 -94.2) |
| LCH | lch(35.0 113.9 304.2) |
| OKLCH | oklch(0.468 0.273 268.9) |
Copy-ready code
/* CSS */
color: #2a2cef;
background-color: #2a2cef;
/* Tailwind (arbitrary) */
class="text-[#2a2cef] bg-[#2a2cef]"
/* SCSS */
$brand: #2a2cef;
/* SwiftUI */
Color(red: 0.165, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#2a2cef")Accessibility — WCAG contrast
Aa
#2a2cef on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a2cef on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green17.3%
Blue93.7%
CMYK percentages
Cyan82.4%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#2a2cef text on a black background
contrast 2.71:1
Card sample
#2a2cef text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a2cef;
Background color
Panel with #2a2cef background
background-color: #2a2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a2cef; background: linear-gradient(135deg, #2a2cef, #AB2AEF);