#1f3eee
a balanced, electric blue · warm · closest name: blue
RGB
31, 62, 238
HSL
231°, 86%, 53%
CMYK
87, 74, 0, 7
Luminance
0.0991
Every format
| HEX | #1f3eee |
| RGB | rgb(31, 62, 238) |
| HSL | hsl(231, 86%, 53%) |
| CMYK | cmyk(87%, 74%, 0%, 7%) |
| LAB | lab(37.7 54.3 -89.3) |
| LCH | lch(37.7 104.5 301.3) |
| OKLCH | oklch(0.485 0.260 266.3) |
Copy-ready code
/* CSS */
color: #1f3eee;
background-color: #1f3eee;
/* Tailwind (arbitrary) */
class="text-[#1f3eee] bg-[#1f3eee]"
/* SCSS */
$brand: #1f3eee;
/* SwiftUI */
Color(red: 0.122, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#1f3eee")Accessibility — WCAG contrast
Aa
#1f3eee on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3eee on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan87.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#1f3eee text on a black background
contrast 2.98:1
Card sample
#1f3eee text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3eee;
Background color
Panel with #1f3eee background
background-color: #1f3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3eee; background: linear-gradient(135deg, #1f3eee, #8A1FEE);