#799fff
a light, electric blue · cool · closest name: dodgerblue
RGB
121, 159, 255
HSL
223°, 100%, 74%
CMYK
53, 38, 0, 0
Luminance
0.3608
Every format
| HEX | #799fff |
| RGB | rgb(121, 159, 255) |
| HSL | hsl(223, 100%, 74%) |
| CMYK | cmyk(53%, 38%, 0%, 0%) |
| LAB | lab(66.6 13.4 -51.7) |
| LCH | lch(66.6 53.4 284.6) |
| OKLCH | oklch(0.717 0.147 266.4) |
Copy-ready code
/* CSS */
color: #799fff;
background-color: #799fff;
/* Tailwind (arbitrary) */
class="text-[#799fff] bg-[#799fff]"
/* SCSS */
$brand: #799fff;
/* SwiftUI */
Color(red: 0.475, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#799fff")Accessibility — WCAG contrast
Aa
#799fff on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#799fff on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green62.4%
Blue100.0%
CMYK percentages
Cyan52.5%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#799fff text on a black background
contrast 8.22:1
Card sample
#799fff text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #799fff;
Background color
Panel with #799fff background
background-color: #799fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #799fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #799fff; background: linear-gradient(135deg, #799fff, #AC79FF);