#229dfb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
34, 157, 251
HSL
206°, 96%, 56%
CMYK
87, 38, 0, 2
Luminance
0.3142
Every format
| HEX | #229dfb |
| RGB | rgb(34, 157, 251) |
| HSL | hsl(206, 96%, 56%) |
| CMYK | cmyk(87%, 38%, 0%, 2%) |
| LAB | lab(62.9 1.0 -55.6) |
| LCH | lch(62.9 55.6 271.0) |
| OKLCH | oklch(0.679 0.171 248.0) |
Copy-ready code
/* CSS */
color: #229dfb;
background-color: #229dfb;
/* Tailwind (arbitrary) */
class="text-[#229dfb] bg-[#229dfb]"
/* SCSS */
$brand: #229dfb;
/* SwiftUI */
Color(red: 0.133, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#229dfb")Accessibility — WCAG contrast
Aa
#229dfb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#229dfb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green61.6%
Blue98.4%
CMYK percentages
Cyan86.5%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#229dfb text on a black background
contrast 7.28:1
Card sample
#229dfb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229dfb;
Background color
Panel with #229dfb background
background-color: #229dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229dfb; background: linear-gradient(135deg, #229dfb, #3822FB);