#693bfd
a balanced, electric blue · warm · closest name: blue
RGB
105, 59, 253
HSL
254°, 98%, 61%
CMYK
59, 77, 0, 1
Luminance
0.1322
Every format
| HEX | #693bfd |
| RGB | rgb(105, 59, 253) |
| HSL | hsl(254, 98%, 61%) |
| CMYK | cmyk(59%, 77%, 0%, 1%) |
| LAB | lab(43.1 66.1 -88.6) |
| LCH | lch(43.1 110.6 306.7) |
| OKLCH | oklch(0.539 0.263 284.1) |
Copy-ready code
/* CSS */
color: #693bfd;
background-color: #693bfd;
/* Tailwind (arbitrary) */
class="text-[#693bfd] bg-[#693bfd]"
/* SCSS */
$brand: #693bfd;
/* SwiftUI */
Color(red: 0.412, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#693bfd")Accessibility — WCAG contrast
Aa
#693bfd on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#693bfd on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green23.1%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#693bfd text on a black background
contrast 3.64:1
Card sample
#693bfd text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693bfd;
Background color
Panel with #693bfd background
background-color: #693bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693bfd; background: linear-gradient(135deg, #693bfd, #EA3BFD);