#7bbfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 191, 223
HSL
199°, 61%, 68%
CMYK
45, 14, 0, 13
Luminance
0.4680
Every format
| HEX | #7bbfdf |
| RGB | rgb(123, 191, 223) |
| HSL | hsl(199, 61%, 68%) |
| CMYK | cmyk(45%, 14%, 0%, 13%) |
| LAB | lab(74.1 -13.1 -22.7) |
| LCH | lch(74.1 26.2 239.9) |
| OKLCH | oklch(0.771 0.083 229.4) |
Copy-ready code
/* CSS */
color: #7bbfdf;
background-color: #7bbfdf;
/* Tailwind (arbitrary) */
class="text-[#7bbfdf] bg-[#7bbfdf]"
/* SCSS */
$brand: #7bbfdf;
/* SwiftUI */
Color(red: 0.482, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#7bbfdf")Accessibility — WCAG contrast
Aa
#7bbfdf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbfdf on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7bbfdf text on a black background
contrast 10.36:1
Card sample
#7bbfdf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbfdf;
Background color
Panel with #7bbfdf background
background-color: #7bbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbfdf; background: linear-gradient(135deg, #7bbfdf, #7B7CDF);