#7bcdf9
a light, electric blue · cool · closest name: skyblue
RGB
123, 205, 249
HSL
201°, 91%, 73%
CMYK
51, 18, 0, 2
Luminance
0.5471
Every format
| HEX | #7bcdf9 |
| RGB | rgb(123, 205, 249) |
| HSL | hsl(201, 91%, 73%) |
| CMYK | cmyk(51%, 18%, 0%, 2%) |
| LAB | lab(78.9 -13.3 -29.3) |
| LCH | lch(78.9 32.2 245.6) |
| OKLCH | oklch(0.812 0.102 233.4) |
Copy-ready code
/* CSS */
color: #7bcdf9;
background-color: #7bcdf9;
/* Tailwind (arbitrary) */
class="text-[#7bcdf9] bg-[#7bcdf9]"
/* SCSS */
$brand: #7bcdf9;
/* SwiftUI */
Color(red: 0.482, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#7bcdf9")Accessibility — WCAG contrast
Aa
#7bcdf9 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcdf9 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.4%
Blue97.6%
CMYK percentages
Cyan50.6%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#7bcdf9 text on a black background
contrast 11.94:1
Card sample
#7bcdf9 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcdf9;
Background color
Panel with #7bcdf9 background
background-color: #7bcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcdf9; background: linear-gradient(135deg, #7bcdf9, #7D7BF9);