#7fbfd5
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 191, 213
HSL
195°, 51%, 67%
CMYK
40, 10, 0, 17
Luminance
0.4658
Every format
| HEX | #7fbfd5 |
| RGB | rgb(127, 191, 213) |
| HSL | hsl(195, 51%, 67%) |
| CMYK | cmyk(40%, 10%, 0%, 17%) |
| LAB | lab(73.9 -14.8 -17.5) |
| LCH | lch(73.9 22.9 229.7) |
| OKLCH | oklch(0.769 0.072 221.6) |
Copy-ready code
/* CSS */
color: #7fbfd5;
background-color: #7fbfd5;
/* Tailwind (arbitrary) */
class="text-[#7fbfd5] bg-[#7fbfd5]"
/* SCSS */
$brand: #7fbfd5;
/* SwiftUI */
Color(red: 0.498, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#7fbfd5")Accessibility — WCAG contrast
Aa
#7fbfd5 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbfd5 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green74.9%
Blue83.5%
CMYK percentages
Cyan40.4%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#7fbfd5 text on a black background
contrast 10.32:1
Card sample
#7fbfd5 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbfd5;
Background color
Panel with #7fbfd5 background
background-color: #7fbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbfd5; background: linear-gradient(135deg, #7fbfd5, #7F86D5);