#7bdffc
a light, electric cyan · cool · closest name: skyblue
RGB
123, 223, 252
HSL
194°, 96%, 74%
CMYK
51, 12, 0, 1
Luminance
0.6401
Every format
| HEX | #7bdffc |
| RGB | rgb(123, 223, 252) |
| HSL | hsl(194, 96%, 74%) |
| CMYK | cmyk(51%, 12%, 0%, 1%) |
| LAB | lab(84.0 -21.7 -23.1) |
| LCH | lch(84.0 31.7 226.9) |
| OKLCH | oklch(0.853 0.102 218.9) |
Copy-ready code
/* CSS */
color: #7bdffc;
background-color: #7bdffc;
/* Tailwind (arbitrary) */
class="text-[#7bdffc] bg-[#7bdffc]"
/* SCSS */
$brand: #7bdffc;
/* SwiftUI */
Color(red: 0.482, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#7bdffc")Accessibility — WCAG contrast
Aa
#7bdffc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdffc on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan51.2%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#7bdffc text on a black background
contrast 13.80:1
Card sample
#7bdffc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdffc;
Background color
Panel with #7bdffc background
background-color: #7bdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdffc; background: linear-gradient(135deg, #7bdffc, #7B89FC);