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