#1f2ccb
a balanced, vivid blue · warm · closest name: navy
RGB
31, 44, 203
HSL
236°, 74%, 46%
CMYK
85, 78, 0, 20
Luminance
0.0640
Every format
| HEX | #1f2ccb |
| RGB | rgb(31, 44, 203) |
| HSL | hsl(236, 74%, 46%) |
| CMYK | cmyk(85%, 78%, 0%, 20%) |
| LAB | lab(30.4 52.5 -81.3) |
| LCH | lch(30.4 96.7 302.9) |
| OKLCH | oklch(0.422 0.236 267.9) |
Copy-ready code
/* CSS */
color: #1f2ccb;
background-color: #1f2ccb;
/* Tailwind (arbitrary) */
class="text-[#1f2ccb] bg-[#1f2ccb]"
/* SCSS */
$brand: #1f2ccb;
/* SwiftUI */
Color(red: 0.122, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#1f2ccb")Accessibility — WCAG contrast
Aa
#1f2ccb on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2ccb on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green17.3%
Blue79.6%
CMYK percentages
Cyan84.7%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#1f2ccb text on a black background
contrast 2.28:1
Card sample
#1f2ccb text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2ccb;
Background color
Panel with #1f2ccb background
background-color: #1f2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2ccb; background: linear-gradient(135deg, #1f2ccb, #851FCB);