#7181df
a light, vivid blue · warm · closest name: dodgerblue
RGB
113, 129, 223
HSL
231°, 63%, 66%
CMYK
49, 42, 0, 13
Luminance
0.2454
Every format
| HEX | #7181df |
| RGB | rgb(113, 129, 223) |
| HSL | hsl(231, 63%, 66%) |
| CMYK | cmyk(49%, 42%, 0%, 13%) |
| LAB | lab(56.6 19.6 -49.9) |
| LCH | lch(56.6 53.6 291.4) |
| OKLCH | oklch(0.633 0.142 274.4) |
Copy-ready code
/* CSS */
color: #7181df;
background-color: #7181df;
/* Tailwind (arbitrary) */
class="text-[#7181df] bg-[#7181df]"
/* SCSS */
$brand: #7181df;
/* SwiftUI */
Color(red: 0.443, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#7181df")Accessibility — WCAG contrast
Aa
#7181df on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7181df on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green50.6%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta42.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7181df text on a black background
contrast 5.91:1
Card sample
#7181df text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7181df;
Background color
Panel with #7181df background
background-color: #7181df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7181df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7181df; background: linear-gradient(135deg, #7181df, #AA71DF);