#7bc9f9
a light, electric blue · cool · closest name: skyblue
RGB
123, 201, 249
HSL
203°, 91%, 73%
CMYK
51, 19, 0, 2
Luminance
0.5282
Every format
| HEX | #7bc9f9 |
| RGB | rgb(123, 201, 249) |
| HSL | hsl(203, 91%, 73%) |
| CMYK | cmyk(51%, 19%, 0%, 2%) |
| LAB | lab(77.8 -11.2 -31.0) |
| LCH | lch(77.8 33.0 250.2) |
| OKLCH | oklch(0.803 0.103 237.0) |
Copy-ready code
/* CSS */
color: #7bc9f9;
background-color: #7bc9f9;
/* Tailwind (arbitrary) */
class="text-[#7bc9f9] bg-[#7bc9f9]"
/* SCSS */
$brand: #7bc9f9;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.976)
/* Android */
Color.parseColor("#7bc9f9")Accessibility — WCAG contrast
Aa
#7bc9f9 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9f9 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue97.6%
CMYK percentages
Cyan50.6%
Magenta19.3%
Yellow0.0%
Key (black)2.4%
Color previews
#7bc9f9 text on a black background
contrast 11.56:1
Card sample
#7bc9f9 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9f9;
Background color
Panel with #7bc9f9 background
background-color: #7bc9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9f9; background: linear-gradient(135deg, #7bc9f9, #817BF9);