#7bcffc
a light, electric blue · cool · closest name: skyblue
RGB
123, 207, 252
HSL
201°, 96%, 74%
CMYK
51, 18, 0, 1
Luminance
0.5586
Every format
| HEX | #7bcffc |
| RGB | rgb(123, 207, 252) |
| HSL | hsl(201, 96%, 74%) |
| CMYK | cmyk(51%, 18%, 0%, 1%) |
| LAB | lab(79.5 -13.5 -29.9) |
| LCH | lch(79.5 32.8 245.7) |
| OKLCH | oklch(0.818 0.104 233.4) |
Copy-ready code
/* CSS */
color: #7bcffc;
background-color: #7bcffc;
/* Tailwind (arbitrary) */
class="text-[#7bcffc] bg-[#7bcffc]"
/* SCSS */
$brand: #7bcffc;
/* SwiftUI */
Color(red: 0.482, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#7bcffc")Accessibility — WCAG contrast
Aa
#7bcffc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcffc on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan51.2%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#7bcffc text on a black background
contrast 12.17:1
Card sample
#7bcffc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcffc;
Background color
Panel with #7bcffc background
background-color: #7bcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcffc; background: linear-gradient(135deg, #7bcffc, #7D7BFC);