#7bffd6
a light, electric cyan · cool · “aquamarine”
RGB
123, 255, 214
HSL
161°, 100%, 74%
CMYK
52, 0, 16, 0
Luminance
0.8059
Every format
| HEX | #7bffd6 |
| RGB | rgb(123, 255, 214) |
| HSL | hsl(161, 100%, 74%) |
| CMYK | cmyk(52%, 0%, 16%, 0%) |
| LAB | lab(91.9 -46.0 8.5) |
| LCH | lch(91.9 46.8 169.5) |
| OKLCH | oklch(0.914 0.132 170.4) |
Copy-ready code
/* CSS */
color: #7bffd6;
background-color: #7bffd6;
/* Tailwind (arbitrary) */
class="text-[#7bffd6] bg-[#7bffd6]"
/* SCSS */
$brand: #7bffd6;
/* SwiftUI */
Color(red: 0.482, green: 1.000, blue: 0.839)
/* Android */
Color.parseColor("#7bffd6")Accessibility — WCAG contrast
Aa
#7bffd6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bffd6 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green100.0%
Blue83.9%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow16.1%
Key (black)0.0%
Color previews
#7bffd6 text on a black background
contrast 17.12:1
Card sample
#7bffd6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bffd6;
Background color
Panel with #7bffd6 background
background-color: #7bffd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bffd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 255, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 255, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bffd6; background: linear-gradient(135deg, #7bffd6, #7BD0FF);