#22b2fd
a balanced, electric blue · cool · closest name: steelblue
RGB
34, 178, 253
HSL
201°, 98%, 56%
CMYK
87, 30, 0, 1
Luminance
0.3927
Every format
| HEX | #22b2fd |
| RGB | rgb(34, 178, 253) |
| HSL | hsl(201, 98%, 56%) |
| CMYK | cmyk(87%, 30%, 0%, 1%) |
| LAB | lab(69.0 -10.2 -47.1) |
| LCH | lch(69.0 48.2 257.8) |
| OKLCH | oklch(0.727 0.156 239.0) |
Copy-ready code
/* CSS */
color: #22b2fd;
background-color: #22b2fd;
/* Tailwind (arbitrary) */
class="text-[#22b2fd] bg-[#22b2fd]"
/* SCSS */
$brand: #22b2fd;
/* SwiftUI */
Color(red: 0.133, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#22b2fd")Accessibility — WCAG contrast
Aa
#22b2fd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22b2fd on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green69.8%
Blue99.2%
CMYK percentages
Cyan86.6%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#22b2fd text on a black background
contrast 8.85:1
Card sample
#22b2fd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22b2fd;
Background color
Panel with #22b2fd background
background-color: #22b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22b2fd; background: linear-gradient(135deg, #22b2fd, #2422FD);