#7bdfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 223, 235
HSL
186°, 74%, 70%
CMYK
48, 5, 0, 8
Luminance
0.6298
Every format
| HEX | #7bdfeb |
| RGB | rgb(123, 223, 235) |
| HSL | hsl(186, 74%, 70%) |
| CMYK | cmyk(48%, 5%, 0%, 8%) |
| LAB | lab(83.4 -26.2 -14.9) |
| LCH | lch(83.4 30.2 209.7) |
| OKLCH | oklch(0.847 0.095 205.6) |
Copy-ready code
/* CSS */
color: #7bdfeb;
background-color: #7bdfeb;
/* Tailwind (arbitrary) */
class="text-[#7bdfeb] bg-[#7bdfeb]"
/* SCSS */
$brand: #7bdfeb;
/* SwiftUI */
Color(red: 0.482, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#7bdfeb")Accessibility — WCAG contrast
Aa
#7bdfeb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdfeb on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7bdfeb text on a black background
contrast 13.60:1
Card sample
#7bdfeb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdfeb;
Background color
Panel with #7bdfeb background
background-color: #7bdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdfeb; background: linear-gradient(135deg, #7bdfeb, #7B94EB);