#7bccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 204, 223
HSL
191°, 61%, 68%
CMYK
45, 9, 0, 13
Luminance
0.5272
Every format
| HEX | #7bccdf |
| RGB | rgb(123, 204, 223) |
| HSL | hsl(191, 61%, 68%) |
| CMYK | cmyk(45%, 9%, 0%, 13%) |
| LAB | lab(77.7 -19.9 -17.2) |
| LCH | lch(77.7 26.3 220.8) |
| OKLCH | oklch(0.800 0.084 214.4) |
Copy-ready code
/* CSS */
color: #7bccdf;
background-color: #7bccdf;
/* Tailwind (arbitrary) */
class="text-[#7bccdf] bg-[#7bccdf]"
/* SCSS */
$brand: #7bccdf;
/* SwiftUI */
Color(red: 0.482, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#7bccdf")Accessibility — WCAG contrast
Aa
#7bccdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bccdf on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7bccdf text on a black background
contrast 11.54:1
Card sample
#7bccdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bccdf;
Background color
Panel with #7bccdf background
background-color: #7bccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bccdf; background: linear-gradient(135deg, #7bccdf, #7B89DF);