#1f2ceb
a balanced, electric blue · warm · closest name: blue
RGB
31, 44, 235
HSL
236°, 84%, 52%
CMYK
87, 81, 0, 8
Luminance
0.0809
Every format
| HEX | #1f2ceb |
| RGB | rgb(31, 44, 235) |
| HSL | hsl(236, 84%, 52%) |
| CMYK | cmyk(87%, 81%, 0%, 8%) |
| LAB | lab(34.2 62.4 -93.4) |
| LCH | lch(34.2 112.4 303.8) |
| OKLCH | oklch(0.459 0.271 267.1) |
Copy-ready code
/* CSS */
color: #1f2ceb;
background-color: #1f2ceb;
/* Tailwind (arbitrary) */
class="text-[#1f2ceb] bg-[#1f2ceb]"
/* SCSS */
$brand: #1f2ceb;
/* SwiftUI */
Color(red: 0.122, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#1f2ceb")Accessibility — WCAG contrast
Aa
#1f2ceb on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2ceb on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green17.3%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#1f2ceb text on a black background
contrast 2.62:1
Card sample
#1f2ceb text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2ceb;
Background color
Panel with #1f2ceb background
background-color: #1f2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2ceb; background: linear-gradient(135deg, #1f2ceb, #9A1FEB);