#2691eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
38, 145, 235
HSL
207°, 83%, 54%
CMYK
84, 38, 0, 8
Luminance
0.2666
Every format
| HEX | #2691eb |
| RGB | rgb(38, 145, 235) |
| HSL | hsl(207, 83%, 54%) |
| CMYK | cmyk(84%, 38%, 0%, 8%) |
| LAB | lab(58.7 2.4 -53.5) |
| LCH | lch(58.7 53.6 272.6) |
| OKLCH | oklch(0.643 0.163 249.4) |
Copy-ready code
/* CSS */
color: #2691eb;
background-color: #2691eb;
/* Tailwind (arbitrary) */
class="text-[#2691eb] bg-[#2691eb]"
/* SCSS */
$brand: #2691eb;
/* SwiftUI */
Color(red: 0.149, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#2691eb")Accessibility — WCAG contrast
Aa
#2691eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2691eb on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green56.9%
Blue92.2%
CMYK percentages
Cyan83.8%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#2691eb text on a black background
contrast 6.33:1
Card sample
#2691eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2691eb;
Background color
Panel with #2691eb background
background-color: #2691eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2691eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2691eb; background: linear-gradient(135deg, #2691eb, #3E26EB);