#1f0da0
a dark, electric blue · warm · closest name: navy
RGB
31, 13, 160
HSL
247°, 85%, 34%
CMYK
81, 92, 0, 37
Luminance
0.0312
Every format
| HEX | #1f0da0 |
| RGB | rgb(31, 13, 160) |
| HSL | hsl(247, 85%, 34%) |
| CMYK | cmyk(81%, 92%, 0%, 37%) |
| LAB | lab(20.5 52.8 -72.0) |
| LCH | lch(20.5 89.3 306.2) |
| OKLCH | oklch(0.339 0.208 271.5) |
Copy-ready code
/* CSS */
color: #1f0da0;
background-color: #1f0da0;
/* Tailwind (arbitrary) */
class="text-[#1f0da0] bg-[#1f0da0]"
/* SCSS */
$brand: #1f0da0;
/* SwiftUI */
Color(red: 0.122, green: 0.051, blue: 0.627)
/* Android */
Color.parseColor("#1f0da0")Accessibility — WCAG contrast
Aa
#1f0da0 on white: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0da0 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green5.1%
Blue62.7%
CMYK percentages
Cyan80.6%
Magenta91.9%
Yellow0.0%
Key (black)37.3%
Color previews
#1f0da0 text on a black background
contrast 1.62:1
Card sample
#1f0da0 text on a white background
contrast 12.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0da0;
Background color
Panel with #1f0da0 background
background-color: #1f0da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 13, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 13, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0da0; background: linear-gradient(135deg, #1f0da0, #810DA0);