#7bc9e4
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 201, 228
HSL
195°, 66%, 69%
CMYK
46, 12, 0, 11
Luminance
0.5159
Every format
| HEX | #7bc9e4 |
| RGB | rgb(123, 201, 228) |
| HSL | hsl(195, 66%, 69%) |
| CMYK | cmyk(46%, 12%, 0%, 11%) |
| LAB | lab(77.0 -17.0 -20.9) |
| LCH | lch(77.0 26.9 230.8) |
| OKLCH | oklch(0.795 0.086 222.2) |
Copy-ready code
/* CSS */
color: #7bc9e4;
background-color: #7bc9e4;
/* Tailwind (arbitrary) */
class="text-[#7bc9e4] bg-[#7bc9e4]"
/* SCSS */
$brand: #7bc9e4;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.894)
/* Android */
Color.parseColor("#7bc9e4")Accessibility — WCAG contrast
Aa
#7bc9e4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9e4 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue89.4%
CMYK percentages
Cyan46.1%
Magenta11.8%
Yellow0.0%
Key (black)10.6%
Color previews
#7bc9e4 text on a black background
contrast 11.32:1
Card sample
#7bc9e4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9e4;
Background color
Panel with #7bc9e4 background
background-color: #7bc9e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9e4; background: linear-gradient(135deg, #7bc9e4, #7B83E4);