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