#7bc9fd
a light, electric blue · cool · closest name: skyblue
RGB
123, 201, 253
HSL
204°, 97%, 74%
CMYK
51, 21, 0, 1
Luminance
0.5308
Every format
| HEX | #7bc9fd |
| RGB | rgb(123, 201, 253) |
| HSL | hsl(204, 97%, 74%) |
| CMYK | cmyk(51%, 21%, 0%, 1%) |
| LAB | lab(77.9 -10.1 -32.9) |
| LCH | lch(77.9 34.4 253.0) |
| OKLCH | oklch(0.805 0.107 239.2) |
Copy-ready code
/* CSS */
color: #7bc9fd;
background-color: #7bc9fd;
/* Tailwind (arbitrary) */
class="text-[#7bc9fd] bg-[#7bc9fd]"
/* SCSS */
$brand: #7bc9fd;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.992)
/* Android */
Color.parseColor("#7bc9fd")Accessibility — WCAG contrast
Aa
#7bc9fd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9fd on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta20.6%
Yellow0.0%
Key (black)0.8%
Color previews
#7bc9fd text on a black background
contrast 11.62:1
Card sample
#7bc9fd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9fd;
Background color
Panel with #7bc9fd background
background-color: #7bc9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9fd; background: linear-gradient(135deg, #7bc9fd, #847BFD);