#7797eb
a light, vivid blue · cool · closest name: dodgerblue
RGB
119, 151, 235
HSL
223°, 74%, 69%
CMYK
49, 36, 0, 8
Luminance
0.3205
Every format
| HEX | #7797eb |
| RGB | rgb(119, 151, 235) |
| HSL | hsl(223, 74%, 69%) |
| CMYK | cmyk(49%, 36%, 0%, 8%) |
| LAB | lab(63.4 11.6 -45.8) |
| LCH | lch(63.4 47.3 284.2) |
| OKLCH | oklch(0.688 0.129 267.2) |
Copy-ready code
/* CSS */
color: #7797eb;
background-color: #7797eb;
/* Tailwind (arbitrary) */
class="text-[#7797eb] bg-[#7797eb]"
/* SCSS */
$brand: #7797eb;
/* SwiftUI */
Color(red: 0.467, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#7797eb")Accessibility — WCAG contrast
Aa
#7797eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7797eb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green59.2%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7797eb text on a black background
contrast 7.41:1
Card sample
#7797eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7797eb;
Background color
Panel with #7797eb background
background-color: #7797eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7797eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7797eb; background: linear-gradient(135deg, #7797eb, #A477EB);