#2a94ea
a balanced, electric blue · cool · closest name: dodgerblue
RGB
42, 148, 234
HSL
207°, 82%, 54%
CMYK
82, 37, 0, 8
Luminance
0.2761
Every format
| HEX | #2a94ea |
| RGB | rgb(42, 148, 234) |
| HSL | hsl(207, 82%, 54%) |
| CMYK | cmyk(82%, 37%, 0%, 8%) |
| LAB | lab(59.5 0.6 -51.6) |
| LCH | lch(59.5 51.6 270.7) |
| OKLCH | oklch(0.650 0.158 248.3) |
Copy-ready code
/* CSS */
color: #2a94ea;
background-color: #2a94ea;
/* Tailwind (arbitrary) */
class="text-[#2a94ea] bg-[#2a94ea]"
/* SCSS */
$brand: #2a94ea;
/* SwiftUI */
Color(red: 0.165, green: 0.580, blue: 0.918)
/* Android */
Color.parseColor("#2a94ea")Accessibility — WCAG contrast
Aa
#2a94ea on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2a94ea on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green58.0%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta36.8%
Yellow0.0%
Key (black)8.2%
Color previews
#2a94ea text on a black background
contrast 6.52:1
Card sample
#2a94ea text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a94ea;
Background color
Panel with #2a94ea background
background-color: #2a94ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a94ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 148, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 148, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a94ea; background: linear-gradient(135deg, #2a94ea, #402AEA);