#7bceee
a light, electric cyan · cool · closest name: skyblue
RGB
123, 206, 238
HSL
197°, 77%, 71%
CMYK
48, 13, 0, 7
Luminance
0.5453
Every format
| HEX | #7bceee |
| RGB | rgb(123, 206, 238) |
| HSL | hsl(197, 77%, 71%) |
| CMYK | cmyk(48%, 13%, 0%, 7%) |
| LAB | lab(78.8 -16.9 -23.6) |
| LCH | lch(78.8 29.0 234.5) |
| OKLCH | oklch(0.810 0.093 224.9) |
Copy-ready code
/* CSS */
color: #7bceee;
background-color: #7bceee;
/* Tailwind (arbitrary) */
class="text-[#7bceee] bg-[#7bceee]"
/* SCSS */
$brand: #7bceee;
/* SwiftUI */
Color(red: 0.482, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#7bceee")Accessibility — WCAG contrast
Aa
#7bceee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bceee on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.8%
Blue93.3%
CMYK percentages
Cyan48.3%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7bceee text on a black background
contrast 11.91:1
Card sample
#7bceee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bceee;
Background color
Panel with #7bceee background
background-color: #7bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bceee; background: linear-gradient(135deg, #7bceee, #7B81EE);