#7beddf
a light, electric cyan · cool · closest name: turquoise
RGB
123, 237, 223
HSL
173°, 76%, 71%
CMYK
48, 0, 6, 7
Luminance
0.7011
Every format
| HEX | #7beddf |
| RGB | rgb(123, 237, 223) |
| HSL | hsl(173, 76%, 71%) |
| CMYK | cmyk(48%, 0%, 6%, 7%) |
| LAB | lab(87.0 -35.8 -3.3) |
| LCH | lch(87.0 36.0 185.2) |
| OKLCH | oklch(0.875 0.107 185.0) |
Copy-ready code
/* CSS */
color: #7beddf;
background-color: #7beddf;
/* Tailwind (arbitrary) */
class="text-[#7beddf] bg-[#7beddf]"
/* SCSS */
$brand: #7beddf;
/* SwiftUI */
Color(red: 0.482, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#7beddf")Accessibility — WCAG contrast
Aa
#7beddf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7beddf on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#7beddf text on a black background
contrast 15.02:1
Card sample
#7beddf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7beddf;
Background color
Panel with #7beddf background
background-color: #7beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7beddf; background: linear-gradient(135deg, #7beddf, #7BAFED);