#7bbddf
a light, vivid blue · cool · closest name: skyblue
RGB
123, 189, 223
HSL
200°, 61%, 68%
CMYK
45, 15, 0, 13
Luminance
0.4593
Every format
| HEX | #7bbddf |
| RGB | rgb(123, 189, 223) |
| HSL | hsl(200, 61%, 68%) |
| CMYK | cmyk(45%, 15%, 0%, 13%) |
| LAB | lab(73.5 -12.1 -23.5) |
| LCH | lch(73.5 26.5 242.8) |
| OKLCH | oklch(0.767 0.083 231.8) |
Copy-ready code
/* CSS */
color: #7bbddf;
background-color: #7bbddf;
/* Tailwind (arbitrary) */
class="text-[#7bbddf] bg-[#7bbddf]"
/* SCSS */
$brand: #7bbddf;
/* SwiftUI */
Color(red: 0.482, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#7bbddf")Accessibility — WCAG contrast
Aa
#7bbddf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbddf on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green74.1%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7bbddf text on a black background
contrast 10.19:1
Card sample
#7bbddf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbddf;
Background color
Panel with #7bbddf background
background-color: #7bbddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbddf; background: linear-gradient(135deg, #7bbddf, #7B7BDF);