#1f32cf
a balanced, vivid blue · warm · closest name: navy
RGB
31, 50, 207
HSL
234°, 74%, 47%
CMYK
85, 76, 0, 19
Luminance
0.0708
Every format
| HEX | #1f32cf |
| RGB | rgb(31, 50, 207) |
| HSL | hsl(234, 74%, 47%) |
| CMYK | cmyk(85%, 76%, 0%, 19%) |
| LAB | lab(32.0 50.6 -81.0) |
| LCH | lch(32.0 95.5 302.0) |
| OKLCH | oklch(0.435 0.235 267.5) |
Copy-ready code
/* CSS */
color: #1f32cf;
background-color: #1f32cf;
/* Tailwind (arbitrary) */
class="text-[#1f32cf] bg-[#1f32cf]"
/* SCSS */
$brand: #1f32cf;
/* SwiftUI */
Color(red: 0.122, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#1f32cf")Accessibility — WCAG contrast
Aa
#1f32cf on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f32cf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green19.6%
Blue81.2%
CMYK percentages
Cyan85.0%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#1f32cf text on a black background
contrast 2.42:1
Card sample
#1f32cf text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f32cf;
Background color
Panel with #1f32cf background
background-color: #1f32cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f32cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f32cf; background: linear-gradient(135deg, #1f32cf, #811FCF);