#799af7
a light, electric blue · cool · closest name: dodgerblue
RGB
121, 154, 247
HSL
224°, 89%, 72%
CMYK
51, 38, 0, 3
Luminance
0.3389
Every format
| HEX | #799af7 |
| RGB | rgb(121, 154, 247) |
| HSL | hsl(224, 89%, 72%) |
| CMYK | cmyk(51%, 38%, 0%, 3%) |
| LAB | lab(64.9 13.9 -50.1) |
| LCH | lch(64.9 52.0 285.5) |
| OKLCH | oklch(0.702 0.142 267.9) |
Copy-ready code
/* CSS */
color: #799af7;
background-color: #799af7;
/* Tailwind (arbitrary) */
class="text-[#799af7] bg-[#799af7]"
/* SCSS */
$brand: #799af7;
/* SwiftUI */
Color(red: 0.475, green: 0.604, blue: 0.969)
/* Android */
Color.parseColor("#799af7")Accessibility — WCAG contrast
Aa
#799af7 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#799af7 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green60.4%
Blue96.9%
CMYK percentages
Cyan51.0%
Magenta37.7%
Yellow0.0%
Key (black)3.1%
Color previews
#799af7 text on a black background
contrast 7.78:1
Card sample
#799af7 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #799af7;
Background color
Panel with #799af7 background
background-color: #799af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #799af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 154, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 154, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #799af7; background: linear-gradient(135deg, #799af7, #AC79F7);