#299cf3
a balanced, electric blue · cool · closest name: dodgerblue
RGB
41, 156, 243
HSL
206°, 89%, 56%
CMYK
83, 36, 0, 5
Luminance
0.3072
Every format
| HEX | #299cf3 |
| RGB | rgb(41, 156, 243) |
| HSL | hsl(206, 89%, 56%) |
| CMYK | cmyk(83%, 36%, 0%, 5%) |
| LAB | lab(62.3 -0.8 -52.2) |
| LCH | lch(62.3 52.2 269.1) |
| OKLCH | oklch(0.673 0.162 247.0) |
Copy-ready code
/* CSS */
color: #299cf3;
background-color: #299cf3;
/* Tailwind (arbitrary) */
class="text-[#299cf3] bg-[#299cf3]"
/* SCSS */
$brand: #299cf3;
/* SwiftUI */
Color(red: 0.161, green: 0.612, blue: 0.953)
/* Android */
Color.parseColor("#299cf3")Accessibility — WCAG contrast
Aa
#299cf3 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#299cf3 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green61.2%
Blue95.3%
CMYK percentages
Cyan83.1%
Magenta35.8%
Yellow0.0%
Key (black)4.7%
Color previews
#299cf3 text on a black background
contrast 7.14:1
Card sample
#299cf3 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299cf3;
Background color
Panel with #299cf3 background
background-color: #299cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 156, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 156, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299cf3; background: linear-gradient(135deg, #299cf3, #3D29F3);