#2e8ddf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
46, 141, 223
HSL
208°, 73%, 53%
CMYK
79, 37, 0, 13
Luminance
0.2496
Every format
| HEX | #2e8ddf |
| RGB | rgb(46, 141, 223) |
| HSL | hsl(208, 73%, 53%) |
| CMYK | cmyk(79%, 37%, 0%, 13%) |
| LAB | lab(57.0 1.1 -49.4) |
| LCH | lch(57.0 49.4 271.3) |
| OKLCH | oklch(0.629 0.151 249.1) |
Copy-ready code
/* CSS */
color: #2e8ddf;
background-color: #2e8ddf;
/* Tailwind (arbitrary) */
class="text-[#2e8ddf] bg-[#2e8ddf]"
/* SCSS */
$brand: #2e8ddf;
/* SwiftUI */
Color(red: 0.180, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#2e8ddf")Accessibility — WCAG contrast
Aa
#2e8ddf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e8ddf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green55.3%
Blue87.5%
CMYK percentages
Cyan79.4%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2e8ddf text on a black background
contrast 5.99:1
Card sample
#2e8ddf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e8ddf;
Background color
Panel with #2e8ddf background
background-color: #2e8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e8ddf; background: linear-gradient(135deg, #2e8ddf, #452EDF);