#7bc9d8
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 201, 216
HSL
190°, 54%, 67%
CMYK
43, 7, 0, 15
Luminance
0.5094
Every format
| HEX | #7bc9d8 |
| RGB | rgb(123, 201, 216) |
| HSL | hsl(190, 54%, 67%) |
| CMYK | cmyk(43%, 7%, 0%, 15%) |
| LAB | lab(76.6 -20.2 -15.0) |
| LCH | lch(76.6 25.1 216.6) |
| OKLCH | oklch(0.791 0.080 211.2) |
Copy-ready code
/* CSS */
color: #7bc9d8;
background-color: #7bc9d8;
/* Tailwind (arbitrary) */
class="text-[#7bc9d8] bg-[#7bc9d8]"
/* SCSS */
$brand: #7bc9d8;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.847)
/* Android */
Color.parseColor("#7bc9d8")Accessibility — WCAG contrast
Aa
#7bc9d8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9d8 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue84.7%
CMYK percentages
Cyan43.1%
Magenta6.9%
Yellow0.0%
Key (black)15.3%
Color previews
#7bc9d8 text on a black background
contrast 11.19:1
Card sample
#7bc9d8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9d8;
Background color
Panel with #7bc9d8 background
background-color: #7bc9d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9d8; background: linear-gradient(135deg, #7bc9d8, #7B8BD8);