#7bf2fe
a light, electric cyan · cool · closest name: cyan
RGB
123, 242, 254
HSL
186°, 99%, 74%
CMYK
52, 5, 0, 0
Luminance
0.7487
Every format
| HEX | #7bf2fe |
| RGB | rgb(123, 242, 254) |
| HSL | hsl(186, 99%, 74%) |
| CMYK | cmyk(52%, 5%, 0%, 0%) |
| LAB | lab(89.3 -30.4 -16.1) |
| LCH | lch(89.3 34.4 207.9) |
| OKLCH | oklch(0.896 0.109 204.1) |
Copy-ready code
/* CSS */
color: #7bf2fe;
background-color: #7bf2fe;
/* Tailwind (arbitrary) */
class="text-[#7bf2fe] bg-[#7bf2fe]"
/* SCSS */
$brand: #7bf2fe;
/* SwiftUI */
Color(red: 0.482, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#7bf2fe")Accessibility — WCAG contrast
Aa
#7bf2fe on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf2fe on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.9%
Blue99.6%
CMYK percentages
Cyan51.6%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#7bf2fe text on a black background
contrast 15.97:1
Card sample
#7bf2fe text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf2fe;
Background color
Panel with #7bf2fe background
background-color: #7bf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf2fe; background: linear-gradient(135deg, #7bf2fe, #7B9BFE);