#7bf1df
a light, electric cyan · cool · closest name: turquoise
RGB
123, 241, 223
HSL
171°, 81%, 71%
CMYK
49, 0, 8, 6
Luminance
0.7245
Every format
| HEX | #7bf1df |
| RGB | rgb(123, 241, 223) |
| HSL | hsl(171, 81%, 71%) |
| CMYK | cmyk(49%, 0%, 8%, 6%) |
| LAB | lab(88.2 -37.7 -1.6) |
| LCH | lch(88.2 37.7 182.4) |
| OKLCH | oklch(0.884 0.111 182.5) |
Copy-ready code
/* CSS */
color: #7bf1df;
background-color: #7bf1df;
/* Tailwind (arbitrary) */
class="text-[#7bf1df] bg-[#7bf1df]"
/* SCSS */
$brand: #7bf1df;
/* SwiftUI */
Color(red: 0.482, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#7bf1df")Accessibility — WCAG contrast
Aa
#7bf1df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf1df on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.5%
Blue87.5%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#7bf1df text on a black background
contrast 15.49:1
Card sample
#7bf1df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf1df;
Background color
Panel with #7bf1df background
background-color: #7bf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf1df; background: linear-gradient(135deg, #7bf1df, #7BB4F1);