#299df0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
41, 157, 240
HSL
205°, 87%, 55%
CMYK
83, 35, 0, 6
Luminance
0.3088
Every format
| HEX | #299df0 |
| RGB | rgb(41, 157, 240) |
| HSL | hsl(205, 87%, 55%) |
| CMYK | cmyk(83%, 35%, 0%, 6%) |
| LAB | lab(62.4 -2.5 -50.3) |
| LCH | lch(62.4 50.4 267.1) |
| OKLCH | oklch(0.673 0.157 245.7) |
Copy-ready code
/* CSS */
color: #299df0;
background-color: #299df0;
/* Tailwind (arbitrary) */
class="text-[#299df0] bg-[#299df0]"
/* SCSS */
$brand: #299df0;
/* SwiftUI */
Color(red: 0.161, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#299df0")Accessibility — WCAG contrast
Aa
#299df0 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#299df0 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green61.6%
Blue94.1%
CMYK percentages
Cyan82.9%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#299df0 text on a black background
contrast 7.18:1
Card sample
#299df0 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299df0;
Background color
Panel with #299df0 background
background-color: #299df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299df0; background: linear-gradient(135deg, #299df0, #3A29F0);