#7bbceb
a light, vivid blue · cool · closest name: skyblue
RGB
123, 188, 235
HSL
205°, 74%, 70%
CMYK
48, 20, 0, 8
Luminance
0.4618
Every format
| HEX | #7bbceb |
| RGB | rgb(123, 188, 235) |
| HSL | hsl(205, 74%, 70%) |
| CMYK | cmyk(48%, 20%, 0%, 8%) |
| LAB | lab(73.7 -8.2 -29.8) |
| LCH | lch(73.7 30.9 254.6) |
| OKLCH | oklch(0.769 0.095 241.0) |
Copy-ready code
/* CSS */
color: #7bbceb;
background-color: #7bbceb;
/* Tailwind (arbitrary) */
class="text-[#7bbceb] bg-[#7bbceb]"
/* SCSS */
$brand: #7bbceb;
/* SwiftUI */
Color(red: 0.482, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#7bbceb")Accessibility — WCAG contrast
Aa
#7bbceb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbceb on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7bbceb text on a black background
contrast 10.24:1
Card sample
#7bbceb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbceb;
Background color
Panel with #7bbceb background
background-color: #7bbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbceb; background: linear-gradient(135deg, #7bbceb, #857BEB);