#1f2ace
a balanced, vivid blue · warm · closest name: navy
RGB
31, 42, 206
HSL
236°, 74%, 47%
CMYK
85, 80, 0, 19
Luminance
0.0640
Every format
| HEX | #1f2ace |
| RGB | rgb(31, 42, 206) |
| HSL | hsl(236, 74%, 47%) |
| CMYK | cmyk(85%, 80%, 0%, 19%) |
| LAB | lab(30.4 54.5 -83.0) |
| LCH | lch(30.4 99.3 303.3) |
| OKLCH | oklch(0.423 0.241 267.9) |
Copy-ready code
/* CSS */
color: #1f2ace;
background-color: #1f2ace;
/* Tailwind (arbitrary) */
class="text-[#1f2ace] bg-[#1f2ace]"
/* SCSS */
$brand: #1f2ace;
/* SwiftUI */
Color(red: 0.122, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#1f2ace")Accessibility — WCAG contrast
Aa
#1f2ace on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2ace on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green16.5%
Blue80.8%
CMYK percentages
Cyan85.0%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#1f2ace text on a black background
contrast 2.28:1
Card sample
#1f2ace text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2ace;
Background color
Panel with #1f2ace background
background-color: #1f2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2ace; background: linear-gradient(135deg, #1f2ace, #891FCE);