#7bf6fd
a light, electric cyan · cool · closest name: cyan
RGB
123, 246, 253
HSL
183°, 97%, 74%
CMYK
51, 3, 0, 1
Luminance
0.7721
Every format
| HEX | #7bf6fd |
| RGB | rgb(123, 246, 253) |
| HSL | hsl(183, 97%, 74%) |
| CMYK | cmyk(51%, 3%, 0%, 1%) |
| LAB | lab(90.4 -32.5 -13.9) |
| LCH | lch(90.4 35.4 203.2) |
| OKLCH | oklch(0.905 0.111 200.4) |
Copy-ready code
/* CSS */
color: #7bf6fd;
background-color: #7bf6fd;
/* Tailwind (arbitrary) */
class="text-[#7bf6fd] bg-[#7bf6fd]"
/* SCSS */
$brand: #7bf6fd;
/* SwiftUI */
Color(red: 0.482, green: 0.965, blue: 0.992)
/* Android */
Color.parseColor("#7bf6fd")Accessibility — WCAG contrast
Aa
#7bf6fd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf6fd on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green96.5%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta2.8%
Yellow0.0%
Key (black)0.8%
Color previews
#7bf6fd text on a black background
contrast 16.44:1
Card sample
#7bf6fd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf6fd;
Background color
Panel with #7bf6fd background
background-color: #7bf6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 246, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 246, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf6fd; background: linear-gradient(135deg, #7bf6fd, #7B9FFD);