#7bfdfe
a light, electric cyan · cool · closest name: cyan
RGB
123, 253, 254
HSL
181°, 99%, 74%
CMYK
52, 0, 0, 0
Luminance
0.8162
Every format
| HEX | #7bfdfe |
| RGB | rgb(123, 253, 254) |
| HSL | hsl(181, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 0%, 0%) |
| LAB | lab(92.4 -35.5 -11.5) |
| LCH | lch(92.4 37.4 197.9) |
| OKLCH | oklch(0.921 0.115 196.0) |
Copy-ready code
/* CSS */
color: #7bfdfe;
background-color: #7bfdfe;
/* Tailwind (arbitrary) */
class="text-[#7bfdfe] bg-[#7bfdfe]"
/* SCSS */
$brand: #7bfdfe;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#7bfdfe")Accessibility — WCAG contrast
Aa
#7bfdfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfdfe on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan51.6%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#7bfdfe text on a black background
contrast 17.32:1
Card sample
#7bfdfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfdfe;
Background color
Panel with #7bfdfe background
background-color: #7bfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfdfe; background: linear-gradient(135deg, #7bfdfe, #7BA6FE);