#2c88e4
a balanced, electric blue · cool · closest name: dodgerblue
RGB
44, 136, 228
HSL
210°, 77%, 53%
CMYK
81, 40, 0, 11
Luminance
0.2375
Every format
| HEX | #2c88e4 |
| RGB | rgb(44, 136, 228) |
| HSL | hsl(210, 77%, 53%) |
| CMYK | cmyk(81%, 40%, 0%, 11%) |
| LAB | lab(55.8 5.7 -54.1) |
| LCH | lch(55.8 54.4 276.0) |
| OKLCH | oklch(0.620 0.163 252.3) |
Copy-ready code
/* CSS */
color: #2c88e4;
background-color: #2c88e4;
/* Tailwind (arbitrary) */
class="text-[#2c88e4] bg-[#2c88e4]"
/* SCSS */
$brand: #2c88e4;
/* SwiftUI */
Color(red: 0.173, green: 0.533, blue: 0.894)
/* Android */
Color.parseColor("#2c88e4")Accessibility — WCAG contrast
Aa
#2c88e4 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c88e4 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green53.3%
Blue89.4%
CMYK percentages
Cyan80.7%
Magenta40.4%
Yellow0.0%
Key (black)10.6%
Color previews
#2c88e4 text on a black background
contrast 5.75:1
Card sample
#2c88e4 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c88e4;
Background color
Panel with #2c88e4 background
background-color: #2c88e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c88e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 136, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 136, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c88e4; background: linear-gradient(135deg, #2c88e4, #4B2CE4);