#6972ff
a light, electric blue · warm · closest name: royalblue
RGB
105, 114, 255
HSL
236°, 100%, 71%
CMYK
59, 55, 0, 0
Luminance
0.2226
Every format
| HEX | #6972ff |
| RGB | rgb(105, 114, 255) |
| HSL | hsl(236, 100%, 71%) |
| CMYK | cmyk(59%, 55%, 0%, 0%) |
| LAB | lab(54.3 37.0 -71.4) |
| LCH | lch(54.3 80.5 297.4) |
| OKLCH | oklch(0.621 0.206 275.9) |
Copy-ready code
/* CSS */
color: #6972ff;
background-color: #6972ff;
/* Tailwind (arbitrary) */
class="text-[#6972ff] bg-[#6972ff]"
/* SCSS */
$brand: #6972ff;
/* SwiftUI */
Color(red: 0.412, green: 0.447, blue: 1.000)
/* Android */
Color.parseColor("#6972ff")Accessibility — WCAG contrast
Aa
#6972ff on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6972ff on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green44.7%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta55.3%
Yellow0.0%
Key (black)0.0%
Color previews
#6972ff text on a black background
contrast 5.45:1
Card sample
#6972ff text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6972ff;
Background color
Panel with #6972ff background
background-color: #6972ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6972ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 114, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 114, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6972ff; background: linear-gradient(135deg, #6972ff, #C469FF);