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