#1fa7eb
a balanced, electric blue · cool · closest name: steelblue
RGB
31, 167, 235
HSL
200°, 84%, 52%
CMYK
87, 29, 0, 8
Luminance
0.3393
Every format
| HEX | #1fa7eb |
| RGB | rgb(31, 167, 235) |
| HSL | hsl(200, 84%, 52%) |
| CMYK | cmyk(87%, 29%, 0%, 8%) |
| LAB | lab(64.9 -10.7 -43.6) |
| LCH | lch(64.9 44.9 256.3) |
| OKLCH | oklch(0.692 0.146 237.9) |
Copy-ready code
/* CSS */
color: #1fa7eb;
background-color: #1fa7eb;
/* Tailwind (arbitrary) */
class="text-[#1fa7eb] bg-[#1fa7eb]"
/* SCSS */
$brand: #1fa7eb;
/* SwiftUI */
Color(red: 0.122, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#1fa7eb")Accessibility — WCAG contrast
Aa
#1fa7eb on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fa7eb on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green65.5%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#1fa7eb text on a black background
contrast 7.79:1
Card sample
#1fa7eb text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fa7eb;
Background color
Panel with #1fa7eb background
background-color: #1fa7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fa7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fa7eb; background: linear-gradient(135deg, #1fa7eb, #1F1FEB);