#7fbacf
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 186, 207
HSL
196°, 46%, 66%
CMYK
39, 10, 0, 19
Luminance
0.4413
Every format
| HEX | #7fbacf |
| RGB | rgb(127, 186, 207) |
| HSL | hsl(196, 46%, 66%) |
| CMYK | cmyk(39%, 10%, 0%, 19%) |
| LAB | lab(72.3 -13.7 -16.6) |
| LCH | lch(72.3 21.6 230.4) |
| OKLCH | oklch(0.756 0.068 222.3) |
Copy-ready code
/* CSS */
color: #7fbacf;
background-color: #7fbacf;
/* Tailwind (arbitrary) */
class="text-[#7fbacf] bg-[#7fbacf]"
/* SCSS */
$brand: #7fbacf;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#7fbacf")Accessibility — WCAG contrast
Aa
#7fbacf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbacf on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7fbacf text on a black background
contrast 9.83:1
Card sample
#7fbacf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbacf;
Background color
Panel with #7fbacf background
background-color: #7fbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbacf; background: linear-gradient(135deg, #7fbacf, #7F85CF);