#7beefd
a light, electric cyan · cool · closest name: skyblue
RGB
123, 238, 253
HSL
187°, 97%, 74%
CMYK
51, 6, 0, 1
Luminance
0.7245
Every format
| HEX | #7beefd |
| RGB | rgb(123, 238, 253) |
| HSL | hsl(187, 97%, 74%) |
| CMYK | cmyk(51%, 6%, 0%, 1%) |
| LAB | lab(88.2 -28.7 -17.3) |
| LCH | lch(88.2 33.5 211.0) |
| OKLCH | oklch(0.887 0.106 206.6) |
Copy-ready code
/* CSS */
color: #7beefd;
background-color: #7beefd;
/* Tailwind (arbitrary) */
class="text-[#7beefd] bg-[#7beefd]"
/* SCSS */
$brand: #7beefd;
/* SwiftUI */
Color(red: 0.482, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#7beefd")Accessibility — WCAG contrast
Aa
#7beefd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7beefd on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green93.3%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7beefd text on a black background
contrast 15.49:1
Card sample
#7beefd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7beefd;
Background color
Panel with #7beefd background
background-color: #7beefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7beefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7beefd; background: linear-gradient(135deg, #7beefd, #7B97FD);