#7fcade
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 202, 222
HSL
193°, 59%, 68%
CMYK
43, 9, 0, 13
Luminance
0.5203
Every format
| HEX | #7fcade |
| RGB | rgb(127, 202, 222) |
| HSL | hsl(193, 59%, 68%) |
| CMYK | cmyk(43%, 9%, 0%, 13%) |
| LAB | lab(77.3 -18.1 -17.2) |
| LCH | lch(77.3 25.0 223.5) |
| OKLCH | oklch(0.797 0.080 216.6) |
Copy-ready code
/* CSS */
color: #7fcade;
background-color: #7fcade;
/* Tailwind (arbitrary) */
class="text-[#7fcade] bg-[#7fcade]"
/* SCSS */
$brand: #7fcade;
/* SwiftUI */
Color(red: 0.498, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#7fcade")Accessibility — WCAG contrast
Aa
#7fcade on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcade on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green79.2%
Blue87.1%
CMYK percentages
Cyan42.8%
Magenta9.0%
Yellow0.0%
Key (black)12.9%
Color previews
#7fcade text on a black background
contrast 11.41:1
Card sample
#7fcade text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcade;
Background color
Panel with #7fcade background
background-color: #7fcade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcade; background: linear-gradient(135deg, #7fcade, #7F8BDE);