#299df5
a balanced, electric blue · cool · closest name: dodgerblue
RGB
41, 157, 245
HSL
206°, 91%, 56%
CMYK
83, 36, 0, 4
Luminance
0.3118
Every format
| HEX | #299df5 |
| RGB | rgb(41, 157, 245) |
| HSL | hsl(206, 91%, 56%) |
| CMYK | cmyk(83%, 36%, 0%, 4%) |
| LAB | lab(62.6 -0.7 -52.7) |
| LCH | lch(62.6 52.7 269.2) |
| OKLCH | oklch(0.676 0.163 247.1) |
Copy-ready code
/* CSS */
color: #299df5;
background-color: #299df5;
/* Tailwind (arbitrary) */
class="text-[#299df5] bg-[#299df5]"
/* SCSS */
$brand: #299df5;
/* SwiftUI */
Color(red: 0.161, green: 0.616, blue: 0.961)
/* Android */
Color.parseColor("#299df5")Accessibility — WCAG contrast
Aa
#299df5 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#299df5 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green61.6%
Blue96.1%
CMYK percentages
Cyan83.3%
Magenta35.9%
Yellow0.0%
Key (black)3.9%
Color previews
#299df5 text on a black background
contrast 7.24:1
Card sample
#299df5 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299df5;
Background color
Panel with #299df5 background
background-color: #299df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 157, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 157, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299df5; background: linear-gradient(135deg, #299df5, #3D29F5);