#77a2df
a light, vivid blue · cool · closest name: steelblue
RGB
119, 162, 223
HSL
215°, 62%, 67%
CMYK
47, 27, 0, 13
Luminance
0.3509
Every format
| HEX | #77a2df |
| RGB | rgb(119, 162, 223) |
| HSL | hsl(215, 62%, 67%) |
| CMYK | cmyk(47%, 27%, 0%, 13%) |
| LAB | lab(65.8 1.7 -35.4) |
| LCH | lch(65.8 35.4 272.8) |
| OKLCH | oklch(0.706 0.102 257.2) |
Copy-ready code
/* CSS */
color: #77a2df;
background-color: #77a2df;
/* Tailwind (arbitrary) */
class="text-[#77a2df] bg-[#77a2df]"
/* SCSS */
$brand: #77a2df;
/* SwiftUI */
Color(red: 0.467, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#77a2df")Accessibility — WCAG contrast
Aa
#77a2df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a2df on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green63.5%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#77a2df text on a black background
contrast 8.02:1
Card sample
#77a2df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a2df;
Background color
Panel with #77a2df background
background-color: #77a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a2df; background: linear-gradient(135deg, #77a2df, #9177DF);