#2d90fe
a balanced, electric blue · cool · “dodgerblue”
RGB
45, 144, 254
HSL
212°, 99%, 59%
CMYK
82, 43, 0, 0
Luminance
0.2766
Every format
| HEX | #2d90fe |
| RGB | rgb(45, 144, 254) |
| HSL | hsl(212, 99%, 59%) |
| CMYK | cmyk(82%, 43%, 0%, 0%) |
| LAB | lab(59.6 10.6 -62.5) |
| LCH | lch(59.6 63.4 279.6) |
| OKLCH | oklch(0.654 0.186 254.5) |
Copy-ready code
/* CSS */
color: #2d90fe;
background-color: #2d90fe;
/* Tailwind (arbitrary) */
class="text-[#2d90fe] bg-[#2d90fe]"
/* SCSS */
$brand: #2d90fe;
/* SwiftUI */
Color(red: 0.176, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#2d90fe")Accessibility — WCAG contrast
Aa
#2d90fe on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d90fe on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green56.5%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#2d90fe text on a black background
contrast 6.53:1
Card sample
#2d90fe text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d90fe;
Background color
Panel with #2d90fe background
background-color: #2d90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d90fe; background: linear-gradient(135deg, #2d90fe, #552DFE);