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