#78b6eb
a light, vivid blue · cool · closest name: skyblue
RGB
120, 182, 235
HSL
208°, 74%, 70%
CMYK
49, 23, 0, 8
Luminance
0.4345
Every format
| HEX | #78b6eb |
| RGB | rgb(120, 182, 235) |
| HSL | hsl(208, 74%, 70%) |
| CMYK | cmyk(49%, 23%, 0%, 8%) |
| LAB | lab(71.9 -5.7 -32.6) |
| LCH | lch(71.9 33.1 260.1) |
| OKLCH | oklch(0.755 0.100 245.4) |
Copy-ready code
/* CSS */
color: #78b6eb;
background-color: #78b6eb;
/* Tailwind (arbitrary) */
class="text-[#78b6eb] bg-[#78b6eb]"
/* SCSS */
$brand: #78b6eb;
/* SwiftUI */
Color(red: 0.471, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#78b6eb")Accessibility — WCAG contrast
Aa
#78b6eb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78b6eb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green71.4%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#78b6eb text on a black background
contrast 9.69:1
Card sample
#78b6eb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78b6eb;
Background color
Panel with #78b6eb background
background-color: #78b6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78b6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78b6eb; background: linear-gradient(135deg, #78b6eb, #8778EB);