#31abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
49, 171, 235
HSL
201°, 82%, 56%
CMYK
79, 27, 0, 8
Luminance
0.3578
Every format
| HEX | #31abeb |
| RGB | rgb(49, 171, 235) |
| HSL | hsl(201, 82%, 56%) |
| CMYK | cmyk(79%, 27%, 0%, 8%) |
| LAB | lab(66.3 -11.4 -41.4) |
| LCH | lch(66.3 42.9 254.5) |
| OKLCH | oklch(0.704 0.139 237.3) |
Copy-ready code
/* CSS */
color: #31abeb;
background-color: #31abeb;
/* Tailwind (arbitrary) */
class="text-[#31abeb] bg-[#31abeb]"
/* SCSS */
$brand: #31abeb;
/* SwiftUI */
Color(red: 0.192, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#31abeb")Accessibility — WCAG contrast
Aa
#31abeb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31abeb on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan79.1%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#31abeb text on a black background
contrast 8.16:1
Card sample
#31abeb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31abeb;
Background color
Panel with #31abeb background
background-color: #31abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31abeb; background: linear-gradient(135deg, #31abeb, #3331EB);