#7ccfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
124, 207, 186
HSL
165°, 46%, 65%
CMYK
40, 0, 10, 19
Luminance
0.5246
Every format
| HEX | #7ccfba |
| RGB | rgb(124, 207, 186) |
| HSL | hsl(165, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 10%, 19%) |
| LAB | lab(77.5 -30.2 2.5) |
| LCH | lch(77.5 30.3 175.2) |
| OKLCH | oklch(0.795 0.087 175.9) |
Copy-ready code
/* CSS */
color: #7ccfba;
background-color: #7ccfba;
/* Tailwind (arbitrary) */
class="text-[#7ccfba] bg-[#7ccfba]"
/* SCSS */
$brand: #7ccfba;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#7ccfba")Accessibility — WCAG contrast
Aa
#7ccfba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccfba on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#7ccfba text on a black background
contrast 11.49:1
Card sample
#7ccfba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccfba;
Background color
Panel with #7ccfba background
background-color: #7ccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccfba; background: linear-gradient(135deg, #7ccfba, #7CADCF);