#229cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
34, 156, 255
HSL
207°, 100%, 57%
CMYK
87, 39, 0, 0
Luminance
0.3134
Every format
| HEX | #229cff |
| RGB | rgb(34, 156, 255) |
| HSL | hsl(207, 100%, 57%) |
| CMYK | cmyk(87%, 39%, 0%, 0%) |
| LAB | lab(62.8 3.0 -57.9) |
| LCH | lch(62.8 58.0 273.0) |
| OKLCH | oklch(0.679 0.177 249.4) |
Copy-ready code
/* CSS */
color: #229cff;
background-color: #229cff;
/* Tailwind (arbitrary) */
class="text-[#229cff] bg-[#229cff]"
/* SCSS */
$brand: #229cff;
/* SwiftUI */
Color(red: 0.133, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#229cff")Accessibility — WCAG contrast
Aa
#229cff on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#229cff on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green61.2%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#229cff text on a black background
contrast 7.27:1
Card sample
#229cff text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229cff;
Background color
Panel with #229cff background
background-color: #229cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229cff; background: linear-gradient(135deg, #229cff, #3C22FF);