#7fcdbb
a light, soft cyan · cool · closest name: turquoise
RGB
127, 205, 187
HSL
166°, 44%, 65%
CMYK
38, 0, 9, 20
Luminance
0.5176
Every format
| HEX | #7fcdbb |
| RGB | rgb(127, 205, 187) |
| HSL | hsl(166, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 9%, 20%) |
| LAB | lab(77.1 -28.2 1.4) |
| LCH | lch(77.1 28.2 177.2) |
| OKLCH | oklch(0.793 0.082 177.7) |
Copy-ready code
/* CSS */
color: #7fcdbb;
background-color: #7fcdbb;
/* Tailwind (arbitrary) */
class="text-[#7fcdbb] bg-[#7fcdbb]"
/* SCSS */
$brand: #7fcdbb;
/* SwiftUI */
Color(red: 0.498, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#7fcdbb")Accessibility — WCAG contrast
Aa
#7fcdbb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcdbb on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.4%
Blue73.3%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow8.8%
Key (black)19.6%
Color previews
#7fcdbb text on a black background
contrast 11.35:1
Card sample
#7fcdbb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcdbb;
Background color
Panel with #7fcdbb background
background-color: #7fcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcdbb; background: linear-gradient(135deg, #7fcdbb, #7FABCD);