#7ececf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 206, 207
HSL
181°, 46%, 65%
CMYK
39, 1, 0, 19
Luminance
0.5308
Every format
| HEX | #7ececf |
| RGB | rgb(126, 206, 207) |
| HSL | hsl(181, 46%, 65%) |
| CMYK | cmyk(39%, 1%, 0%, 19%) |
| LAB | lab(77.9 -24.2 -8.2) |
| LCH | lch(77.9 25.6 198.8) |
| OKLCH | oklch(0.801 0.079 196.7) |
Copy-ready code
/* CSS */
color: #7ececf;
background-color: #7ececf;
/* Tailwind (arbitrary) */
class="text-[#7ececf] bg-[#7ececf]"
/* SCSS */
$brand: #7ececf;
/* SwiftUI */
Color(red: 0.494, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#7ececf")Accessibility — WCAG contrast
Aa
#7ececf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ececf on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.8%
Blue81.2%
CMYK percentages
Cyan39.1%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#7ececf text on a black background
contrast 11.62:1
Card sample
#7ececf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ececf;
Background color
Panel with #7ececf background
background-color: #7ececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ececf; background: linear-gradient(135deg, #7ececf, #7E98CF);