#707fff
a light, electric blue · warm · closest name: royalblue
RGB
112, 127, 255
HSL
234°, 100%, 72%
CMYK
56, 50, 0, 0
Luminance
0.2584
Every format
| HEX | #707fff |
| RGB | rgb(112, 127, 255) |
| HSL | hsl(234, 100%, 72%) |
| CMYK | cmyk(56%, 50%, 0%, 0%) |
| LAB | lab(57.9 30.5 -65.6) |
| LCH | lch(57.9 72.4 294.9) |
| OKLCH | oklch(0.649 0.188 274.9) |
Copy-ready code
/* CSS */
color: #707fff;
background-color: #707fff;
/* Tailwind (arbitrary) */
class="text-[#707fff] bg-[#707fff]"
/* SCSS */
$brand: #707fff;
/* SwiftUI */
Color(red: 0.439, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#707fff")Accessibility — WCAG contrast
Aa
#707fff on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707fff on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green49.8%
Blue100.0%
CMYK percentages
Cyan56.1%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#707fff text on a black background
contrast 6.17:1
Card sample
#707fff text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707fff;
Background color
Panel with #707fff background
background-color: #707fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707fff; background: linear-gradient(135deg, #707fff, #C070FF);