#7ebfcf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 191, 207
HSL
192°, 46%, 65%
CMYK
39, 8, 0, 19
Luminance
0.4620
Every format
| HEX | #7ebfcf |
| RGB | rgb(126, 191, 207) |
| HSL | hsl(192, 46%, 65%) |
| CMYK | cmyk(39%, 8%, 0%, 19%) |
| LAB | lab(73.7 -16.6 -14.6) |
| LCH | lch(73.7 22.1 221.3) |
| OKLCH | oklch(0.767 0.070 215.0) |
Copy-ready code
/* CSS */
color: #7ebfcf;
background-color: #7ebfcf;
/* Tailwind (arbitrary) */
class="text-[#7ebfcf] bg-[#7ebfcf]"
/* SCSS */
$brand: #7ebfcf;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#7ebfcf")Accessibility — WCAG contrast
Aa
#7ebfcf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfcf on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue81.2%
CMYK percentages
Cyan39.1%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7ebfcf text on a black background
contrast 10.24:1
Card sample
#7ebfcf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfcf;
Background color
Panel with #7ebfcf background
background-color: #7ebfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfcf; background: linear-gradient(135deg, #7ebfcf, #7E89CF);