#7ebfd1
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 191, 209
HSL
193°, 47%, 66%
CMYK
40, 9, 0, 18
Luminance
0.4630
Every format
| HEX | #7ebfd1 |
| RGB | rgb(126, 191, 209) |
| HSL | hsl(193, 47%, 66%) |
| CMYK | cmyk(40%, 9%, 0%, 18%) |
| LAB | lab(73.7 -16.1 -15.6) |
| LCH | lch(73.7 22.4 224.0) |
| OKLCH | oklch(0.767 0.071 217.1) |
Copy-ready code
/* CSS */
color: #7ebfd1;
background-color: #7ebfd1;
/* Tailwind (arbitrary) */
class="text-[#7ebfd1] bg-[#7ebfd1]"
/* SCSS */
$brand: #7ebfd1;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#7ebfd1")Accessibility — WCAG contrast
Aa
#7ebfd1 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfd1 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue82.0%
CMYK percentages
Cyan39.7%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#7ebfd1 text on a black background
contrast 10.26:1
Card sample
#7ebfd1 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfd1;
Background color
Panel with #7ebfd1 background
background-color: #7ebfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfd1; background: linear-gradient(135deg, #7ebfd1, #7E88D1);