#7bbaeb
a light, vivid blue · cool · closest name: skyblue
RGB
123, 186, 235
HSL
206°, 74%, 70%
CMYK
48, 21, 0, 8
Luminance
0.4533
Every format
| HEX | #7bbaeb |
| RGB | rgb(123, 186, 235) |
| HSL | hsl(206, 74%, 70%) |
| CMYK | cmyk(48%, 21%, 0%, 8%) |
| LAB | lab(73.1 -7.2 -30.7) |
| LCH | lch(73.1 31.5 256.9) |
| OKLCH | oklch(0.765 0.096 242.9) |
Copy-ready code
/* CSS */
color: #7bbaeb;
background-color: #7bbaeb;
/* Tailwind (arbitrary) */
class="text-[#7bbaeb] bg-[#7bbaeb]"
/* SCSS */
$brand: #7bbaeb;
/* SwiftUI */
Color(red: 0.482, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#7bbaeb")Accessibility — WCAG contrast
Aa
#7bbaeb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbaeb on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green72.9%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7bbaeb text on a black background
contrast 10.07:1
Card sample
#7bbaeb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbaeb;
Background color
Panel with #7bbaeb background
background-color: #7bbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbaeb; background: linear-gradient(135deg, #7bbaeb, #877BEB);