#6181f7
a light, electric blue · warm · closest name: royalblue
RGB
97, 129, 247
HSL
227°, 90%, 68%
CMYK
61, 48, 0, 3
Luminance
0.2496
Every format
| HEX | #6181f7 |
| RGB | rgb(97, 129, 247) |
| HSL | hsl(227, 90%, 68%) |
| CMYK | cmyk(61%, 48%, 0%, 3%) |
| LAB | lab(57.0 24.0 -62.6) |
| LCH | lch(57.0 67.1 290.9) |
| OKLCH | oklch(0.638 0.179 269.4) |
Copy-ready code
/* CSS */
color: #6181f7;
background-color: #6181f7;
/* Tailwind (arbitrary) */
class="text-[#6181f7] bg-[#6181f7]"
/* SCSS */
$brand: #6181f7;
/* SwiftUI */
Color(red: 0.380, green: 0.506, blue: 0.969)
/* Android */
Color.parseColor("#6181f7")Accessibility — WCAG contrast
Aa
#6181f7 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6181f7 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green50.6%
Blue96.9%
CMYK percentages
Cyan60.7%
Magenta47.8%
Yellow0.0%
Key (black)3.1%
Color previews
#6181f7 text on a black background
contrast 5.99:1
Card sample
#6181f7 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6181f7;
Background color
Panel with #6181f7 background
background-color: #6181f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6181f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 129, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 129, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6181f7; background: linear-gradient(135deg, #6181f7, #A561F7);