#6086fc
a light, electric blue · warm · closest name: royalblue
RGB
96, 134, 252
HSL
225°, 96%, 68%
CMYK
62, 47, 0, 1
Luminance
0.2657
Every format
| HEX | #6086fc |
| RGB | rgb(96, 134, 252) |
| HSL | hsl(225, 96%, 68%) |
| CMYK | cmyk(62%, 47%, 0%, 1%) |
| LAB | lab(58.6 22.4 -62.9) |
| LCH | lch(58.6 66.8 289.6) |
| OKLCH | oklch(0.651 0.180 267.8) |
Copy-ready code
/* CSS */
color: #6086fc;
background-color: #6086fc;
/* Tailwind (arbitrary) */
class="text-[#6086fc] bg-[#6086fc]"
/* SCSS */
$brand: #6086fc;
/* SwiftUI */
Color(red: 0.376, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#6086fc")Accessibility — WCAG contrast
Aa
#6086fc on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6086fc on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green52.5%
Blue98.8%
CMYK percentages
Cyan61.9%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6086fc text on a black background
contrast 6.31:1
Card sample
#6086fc text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6086fc;
Background color
Panel with #6086fc background
background-color: #6086fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6086fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6086fc; background: linear-gradient(135deg, #6086fc, #A260FC);