#7cb3ba
a balanced, soft cyan · cool · closest name: skyblue
RGB
124, 179, 186
HSL
187°, 31%, 61%
CMYK
33, 4, 0, 27
Luminance
0.4007
Every format
| HEX | #7cb3ba |
| RGB | rgb(124, 179, 186) |
| HSL | hsl(187, 31%, 61%) |
| CMYK | cmyk(33%, 4%, 0%, 27%) |
| LAB | lab(69.5 -16.2 -9.3) |
| LCH | lch(69.5 18.6 209.9) |
| OKLCH | oklch(0.731 0.058 205.9) |
Copy-ready code
/* CSS */
color: #7cb3ba;
background-color: #7cb3ba;
/* Tailwind (arbitrary) */
class="text-[#7cb3ba] bg-[#7cb3ba]"
/* SCSS */
$brand: #7cb3ba;
/* SwiftUI */
Color(red: 0.486, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#7cb3ba")Accessibility — WCAG contrast
Aa
#7cb3ba on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb3ba on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green70.2%
Blue72.9%
CMYK percentages
Cyan33.3%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#7cb3ba text on a black background
contrast 9.01:1
Card sample
#7cb3ba text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb3ba;
Background color
Panel with #7cb3ba background
background-color: #7cb3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb3ba; background: linear-gradient(135deg, #7cb3ba, #7C8ABA);