#7bebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
123, 235, 223
HSL
174°, 74%, 70%
CMYK
48, 0, 5, 8
Luminance
0.6896
Every format
| HEX | #7bebdf |
| RGB | rgb(123, 235, 223) |
| HSL | hsl(174, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 5%, 8%) |
| LAB | lab(86.5 -34.9 -4.1) |
| LCH | lch(86.5 35.2 186.7) |
| OKLCH | oklch(0.871 0.105 186.3) |
Copy-ready code
/* CSS */
color: #7bebdf;
background-color: #7bebdf;
/* Tailwind (arbitrary) */
class="text-[#7bebdf] bg-[#7bebdf]"
/* SCSS */
$brand: #7bebdf;
/* SwiftUI */
Color(red: 0.482, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#7bebdf")Accessibility — WCAG contrast
Aa
#7bebdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bebdf on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#7bebdf text on a black background
contrast 14.79:1
Card sample
#7bebdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bebdf;
Background color
Panel with #7bebdf background
background-color: #7bebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bebdf; background: linear-gradient(135deg, #7bebdf, #7BACEB);