#78afdf
a light, vivid blue · cool · closest name: skyblue
RGB
120, 175, 223
HSL
208°, 62%, 67%
CMYK
46, 22, 0, 13
Luminance
0.3998
Every format
| HEX | #78afdf |
| RGB | rgb(120, 175, 223) |
| HSL | hsl(208, 62%, 67%) |
| CMYK | cmyk(46%, 22%, 0%, 13%) |
| LAB | lab(69.5 -5.3 -29.8) |
| LCH | lch(69.5 30.2 260.0) |
| OKLCH | oklch(0.734 0.091 245.8) |
Copy-ready code
/* CSS */
color: #78afdf;
background-color: #78afdf;
/* Tailwind (arbitrary) */
class="text-[#78afdf] bg-[#78afdf]"
/* SCSS */
$brand: #78afdf;
/* SwiftUI */
Color(red: 0.471, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#78afdf")Accessibility — WCAG contrast
Aa
#78afdf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78afdf on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#78afdf text on a black background
contrast 9.00:1
Card sample
#78afdf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78afdf;
Background color
Panel with #78afdf background
background-color: #78afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78afdf; background: linear-gradient(135deg, #78afdf, #8678DF);