#298fff
a balanced, electric blue · cool · “dodgerblue”
RGB
41, 143, 255
HSL
211°, 100%, 58%
CMYK
84, 44, 0, 0
Luminance
0.2734
Every format
| HEX | #298fff |
| RGB | rgb(41, 143, 255) |
| HSL | hsl(211, 100%, 58%) |
| CMYK | cmyk(84%, 44%, 0%, 0%) |
| LAB | lab(59.3 11.3 -63.5) |
| LCH | lch(59.3 64.5 280.1) |
| OKLCH | oklch(0.652 0.189 254.5) |
Copy-ready code
/* CSS */
color: #298fff;
background-color: #298fff;
/* Tailwind (arbitrary) */
class="text-[#298fff] bg-[#298fff]"
/* SCSS */
$brand: #298fff;
/* SwiftUI */
Color(red: 0.161, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#298fff")Accessibility — WCAG contrast
Aa
#298fff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#298fff on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green56.1%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#298fff text on a black background
contrast 6.47:1
Card sample
#298fff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298fff;
Background color
Panel with #298fff background
background-color: #298fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298fff; background: linear-gradient(135deg, #298fff, #5129FF);