#7ebcdf
a light, vivid blue · cool · closest name: skyblue
RGB
126, 188, 223
HSL
202°, 60%, 68%
CMYK
44, 16, 0, 13
Luminance
0.4573
Every format
| HEX | #7ebcdf |
| RGB | rgb(126, 188, 223) |
| HSL | hsl(202, 60%, 68%) |
| CMYK | cmyk(44%, 16%, 0%, 13%) |
| LAB | lab(73.4 -10.8 -23.7) |
| LCH | lch(73.4 26.1 245.5) |
| OKLCH | oklch(0.766 0.081 234.0) |
Copy-ready code
/* CSS */
color: #7ebcdf;
background-color: #7ebcdf;
/* Tailwind (arbitrary) */
class="text-[#7ebcdf] bg-[#7ebcdf]"
/* SCSS */
$brand: #7ebcdf;
/* SwiftUI */
Color(red: 0.494, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#7ebcdf")Accessibility — WCAG contrast
Aa
#7ebcdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebcdf on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7ebcdf text on a black background
contrast 10.15:1
Card sample
#7ebcdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebcdf;
Background color
Panel with #7ebcdf background
background-color: #7ebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebcdf; background: linear-gradient(135deg, #7ebcdf, #807EDF);