#7ebfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 191, 215
HSL
196°, 53%, 67%
CMYK
41, 11, 0, 16
Luminance
0.4660
Every format
| HEX | #7ebfd7 |
| RGB | rgb(126, 191, 215) |
| HSL | hsl(196, 53%, 67%) |
| CMYK | cmyk(41%, 11%, 0%, 16%) |
| LAB | lab(73.9 -14.5 -18.5) |
| LCH | lch(73.9 23.6 231.9) |
| OKLCH | oklch(0.769 0.074 223.3) |
Copy-ready code
/* CSS */
color: #7ebfd7;
background-color: #7ebfd7;
/* Tailwind (arbitrary) */
class="text-[#7ebfd7] bg-[#7ebfd7]"
/* SCSS */
$brand: #7ebfd7;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#7ebfd7")Accessibility — WCAG contrast
Aa
#7ebfd7 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfd7 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue84.3%
CMYK percentages
Cyan41.4%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#7ebfd7 text on a black background
contrast 10.32:1
Card sample
#7ebfd7 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfd7;
Background color
Panel with #7ebfd7 background
background-color: #7ebfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfd7; background: linear-gradient(135deg, #7ebfd7, #7E84D7);