#7ebceb
a light, vivid blue · cool · closest name: skyblue
RGB
126, 188, 235
HSL
206°, 73%, 71%
CMYK
46, 20, 0, 8
Luminance
0.4640
Every format
| HEX | #7ebceb |
| RGB | rgb(126, 188, 235) |
| HSL | hsl(206, 73%, 71%) |
| CMYK | cmyk(46%, 20%, 0%, 8%) |
| LAB | lab(73.8 -7.5 -29.6) |
| LCH | lch(73.8 30.5 255.7) |
| OKLCH | oklch(0.771 0.093 242.1) |
Copy-ready code
/* CSS */
color: #7ebceb;
background-color: #7ebceb;
/* Tailwind (arbitrary) */
class="text-[#7ebceb] bg-[#7ebceb]"
/* SCSS */
$brand: #7ebceb;
/* SwiftUI */
Color(red: 0.494, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#7ebceb")Accessibility — WCAG contrast
Aa
#7ebceb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebceb on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan46.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7ebceb text on a black background
contrast 10.28:1
Card sample
#7ebceb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebceb;
Background color
Panel with #7ebceb background
background-color: #7ebceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebceb; background: linear-gradient(135deg, #7ebceb, #897EEB);