#7fbade
a light, vivid blue · cool · closest name: skyblue
RGB
127, 186, 222
HSL
203°, 59%, 68%
CMYK
43, 16, 0, 13
Luminance
0.4490
Every format
| HEX | #7fbade |
| RGB | rgb(127, 186, 222) |
| HSL | hsl(203, 59%, 68%) |
| CMYK | cmyk(43%, 16%, 0%, 13%) |
| LAB | lab(72.8 -9.8 -24.0) |
| LCH | lch(72.8 25.9 247.9) |
| OKLCH | oklch(0.762 0.080 236.1) |
Copy-ready code
/* CSS */
color: #7fbade;
background-color: #7fbade;
/* Tailwind (arbitrary) */
class="text-[#7fbade] bg-[#7fbade]"
/* SCSS */
$brand: #7fbade;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#7fbade")Accessibility — WCAG contrast
Aa
#7fbade on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbade on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue87.1%
CMYK percentages
Cyan42.8%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#7fbade text on a black background
contrast 9.98:1
Card sample
#7fbade text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbade;
Background color
Panel with #7fbade background
background-color: #7fbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbade; background: linear-gradient(135deg, #7fbade, #837FDE);