#7babaf
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 171, 175
HSL
185°, 25%, 58%
CMYK
30, 2, 0, 31
Luminance
0.3643
Every format
| HEX | #7babaf |
| RGB | rgb(123, 171, 175) |
| HSL | hsl(185, 25%, 58%) |
| CMYK | cmyk(30%, 2%, 0%, 31%) |
| LAB | lab(66.8 -14.9 -7.2) |
| LCH | lch(66.8 16.6 205.8) |
| OKLCH | oklch(0.709 0.051 202.5) |
Copy-ready code
/* CSS */
color: #7babaf;
background-color: #7babaf;
/* Tailwind (arbitrary) */
class="text-[#7babaf] bg-[#7babaf]"
/* SCSS */
$brand: #7babaf;
/* SwiftUI */
Color(red: 0.482, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#7babaf")Accessibility — WCAG contrast
Aa
#7babaf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7babaf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.1%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#7babaf text on a black background
contrast 8.29:1
Card sample
#7babaf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7babaf;
Background color
Panel with #7babaf background
background-color: #7babaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7babaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7babaf; background: linear-gradient(135deg, #7babaf, #7B88AF);