#7cb1af
a balanced, soft cyan · cool · closest name: skyblue
RGB
124, 177, 175
HSL
178°, 25%, 59%
CMYK
30, 0, 1, 31
Luminance
0.3882
Every format
| HEX | #7cb1af |
| RGB | rgb(124, 177, 175) |
| HSL | hsl(178, 25%, 59%) |
| CMYK | cmyk(30%, 0%, 1%, 31%) |
| LAB | lab(68.6 -17.8 -4.6) |
| LCH | lch(68.6 18.3 194.4) |
| OKLCH | oklch(0.723 0.056 193.0) |
Copy-ready code
/* CSS */
color: #7cb1af;
background-color: #7cb1af;
/* Tailwind (arbitrary) */
class="text-[#7cb1af] bg-[#7cb1af]"
/* SCSS */
$brand: #7cb1af;
/* SwiftUI */
Color(red: 0.486, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#7cb1af")Accessibility — WCAG contrast
Aa
#7cb1af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb1af on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green69.4%
Blue68.6%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow1.1%
Key (black)30.6%
Color previews
#7cb1af text on a black background
contrast 8.76:1
Card sample
#7cb1af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb1af;
Background color
Panel with #7cb1af background
background-color: #7cb1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb1af; background: linear-gradient(135deg, #7cb1af, #7C90B1);